Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
transformers
|
2 |
torch>=2.1
|
3 |
gradio==3.35.0
|
4 |
-
|
5 |
-
bitsandbytes-cpu==0.38.0 # CPU-only version of bitsandbytes
|
6 |
huggingface_hub==0.13.4
|
|
|
1 |
+
transformers==4.32.0
|
2 |
torch>=2.1
|
3 |
gradio==3.35.0
|
4 |
+
bitsandbytes-cpu==0.38.0 # CPU-only version of bitsandbytes
|
|
|
5 |
huggingface_hub==0.13.4
|