step 10 / jobs-migration: requirements.txt -> dispatch eval to HF Jobs
Browse files- 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>=
|
|
|
|
|
|
|
|
|
|
| 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
|