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