Correct torch version
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
transformers==4.52.4
|
| 2 |
-
torch==2.7.1
|
| 3 |
bitsandbytes==0.46.0
|
| 4 |
accelerate==1.7.0
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
+
torch
|
| 3 |
transformers==4.52.4
|
|
|
|
| 4 |
bitsandbytes==0.46.0
|
| 5 |
accelerate==1.7.0
|