Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Install a CUDA-matched torch FIRST, separately, e.g.:
|
| 2 |
+
# pip install torch --index-url https://download.pytorch.org/whl/cu121
|
| 3 |
+
# (torch is intentionally not pinned here so you can match your GPU/CUDA.)
|
| 4 |
+
lm_eval==0.4.12
|
| 5 |
+
sentencepiece
|
| 6 |
+
tokenizers
|
| 7 |
+
huggingface_hub
|
| 8 |
+
datasets
|
| 9 |
+
numpy
|
| 10 |
+
tqdm
|