Upload generate-responses.py with huggingface_hub
Browse files- generate-responses.py +4 -4
generate-responses.py
CHANGED
|
@@ -3,11 +3,11 @@
|
|
| 3 |
# dependencies = [
|
| 4 |
# "datasets",
|
| 5 |
# "flashinfer-python",
|
| 6 |
-
# "huggingface-hub
|
| 7 |
-
# "hf-xet>=
|
| 8 |
# "torch",
|
| 9 |
-
# "transformers",
|
| 10 |
-
# "vllm>=0.
|
| 11 |
# ]
|
| 12 |
#
|
| 13 |
# ///
|
|
|
|
| 3 |
# dependencies = [
|
| 4 |
# "datasets",
|
| 5 |
# "flashinfer-python",
|
| 6 |
+
# "huggingface-hub",
|
| 7 |
+
# "hf-xet>=1.1.7",
|
| 8 |
# "torch",
|
| 9 |
+
# "transformers>=4.53.0",
|
| 10 |
+
# "vllm>=0.9.0",
|
| 11 |
# ]
|
| 12 |
#
|
| 13 |
# ///
|