Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--pre
|
| 2 |
+
--extra-index-url https://download.pytorch.org/whl/nightly/cu126
|
| 3 |
+
|
| 4 |
+
torch==2.7.0.dev20250110+cu126
|
| 5 |
+
numpy
|
| 6 |
+
tqdm
|
| 7 |
+
huggingface-hub
|
| 8 |
+
tiktoken
|