Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
tqdm==4.66.2
|
2 |
numpy==1.25.2
|
|
|
3 |
torch==2.1.0+cu121
|
4 |
transformers==4.38.1
|
5 |
peft==0.9.0
|
|
|
1 |
tqdm==4.66.2
|
2 |
numpy==1.25.2
|
3 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
4 |
torch==2.1.0+cu121
|
5 |
transformers==4.38.1
|
6 |
peft==0.9.0
|