michaelr27 HF Staff commited on
Commit
8ff1be8
·
verified ·
1 Parent(s): fd61157

step 10 / jobs-migration: requirements.txt -> dispatch eval to HF Jobs

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -12,6 +12,9 @@
12
  gradio[oauth]==5.50.0
13
  gradio-leaderboard==0.0.14
14
  pandas>=2.0
15
- huggingface_hub>=0.27.0
 
 
 
16
  datasets>=3.0
17
  requests>=2.31
 
12
  gradio[oauth]==5.50.0
13
  gradio-leaderboard==0.0.14
14
  pandas>=2.0
15
+ # huggingface_hub >=1.1 for the Jobs Python API (run_job, inspect_job,
16
+ # fetch_job_logs). Used by submit.py to dispatch + poll per-submission
17
+ # GPU evals on HF Jobs (Step 10, space-setup/jobs-migration.md).
18
+ huggingface_hub>=1.1.0
19
  datasets>=3.0
20
  requests>=2.31