Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Lean Laguna harness dependencies.
|
| 2 |
+
# NOTE: the real vLLM + DFlash speculative-decoding runs require a CUDA GPU; Apple-Silicon dev
|
| 3 |
+
# machines validate pipeline shape only (see README.md "How to reproduce"). The spec_rl environment
|
| 4 |
+
# declares its own deps in spec_rl/pyproject.toml; the Gradio demo pins its own in demo/.
|
| 5 |
+
vllm>=0.21
|
| 6 |
+
huggingface_hub>=0.25
|
| 7 |
+
datasets
|