itstheraj commited on
Commit
1fb9caa
·
verified ·
1 Parent(s): 944df2c

Update TabArena HF job script

Browse files
Files changed (1) hide show
  1. benchmark/tabarena/hf_job.sh +1 -1
benchmark/tabarena/hf_job.sh CHANGED
@@ -11,7 +11,7 @@ RUN_NAME="${RUN_NAME:-felatab_hfjob}"
11
 
12
  mkdir -p "$WORK/tmp" && cd "$WORK"
13
 
14
- pip install -q uv
15
 
16
  # 1) FelaTab repo (model + this benchmark code) from HF
17
  python - <<'EOF'
 
11
 
12
  mkdir -p "$WORK/tmp" && cd "$WORK"
13
 
14
+ pip install -q uv huggingface_hub
15
 
16
  # 1) FelaTab repo (model + this benchmark code) from HF
17
  python - <<'EOF'