Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
transformers==4.41.0
|
2 |
peft==0.11.1
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
1 |
transformers==4.41.0
|
2 |
peft==0.11.1
|
3 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
4 |
+
torch==2.3.1
|
5 |
+
torchvision==0.18.1
|
6 |
+
torchaudio==2.3.1
|