Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
huggingface_hub
|
2 |
gradio
|
3 |
-
torch
|
4 |
transformers==4.43.1
|
5 |
peft
|
6 |
-
accelerate
|
7 |
-
bitsandbytes
|
|
|
1 |
huggingface_hub
|
2 |
gradio
|
3 |
+
torch==2.0.1
|
4 |
transformers==4.43.1
|
5 |
peft
|
6 |
+
accelerate
|
|