Florent Gbelidji commited on
Upload folder using huggingface_hub
Browse files- hf_job_runner.py +4 -2
hf_job_runner.py
CHANGED
|
@@ -2,12 +2,14 @@
|
|
| 2 |
# requires-python = ">=3.11"
|
| 3 |
# dependencies = [
|
| 4 |
# "huggingface-hub[hf_transfer,hf_xet]",
|
|
|
|
|
|
|
|
|
|
| 5 |
# "numpy",
|
| 6 |
-
# "datasets",
|
| 7 |
# "pillow",
|
| 8 |
# "requests",
|
| 9 |
# "openai",
|
| 10 |
-
# "
|
| 11 |
# ]
|
| 12 |
# ///
|
| 13 |
|
|
|
|
| 2 |
# requires-python = ">=3.11"
|
| 3 |
# dependencies = [
|
| 4 |
# "huggingface-hub[hf_transfer,hf_xet]",
|
| 5 |
+
# "torch",
|
| 6 |
+
# "datasets>=2.0.0",
|
| 7 |
+
# "pyarrow>=12.0.0",
|
| 8 |
# "numpy",
|
|
|
|
| 9 |
# "pillow",
|
| 10 |
# "requests",
|
| 11 |
# "openai",
|
| 12 |
+
# "rich",
|
| 13 |
# ]
|
| 14 |
# ///
|
| 15 |
|