Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
bitsandbytes
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
|
| 3 |
+
transformers==4.41.2
|
| 4 |
+
peft==0.11.1
|
| 5 |
+
accelerate==0.30.1
|
| 6 |
+
bitsandbytes==0.43.1
|
| 7 |
+
gradio==4.29.0
|
| 8 |
+
torch==2.3.0
|