Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
|
|
|
|
|
|
|
|
1 |
numpy
|
2 |
tqdm
|
3 |
-
torch
|
4 |
huggingface-hub
|
|
|
|
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
|