Spaces:
Running
on
Zero
Running
on
Zero
fix for No module named 'transformers'
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
|
|
2 |
transformers==4.35.2
|
3 |
-
torch==2.1.1
|
4 |
gradio==4.13.0
|
5 |
Pillow==10.1.0
|
6 |
-
bitsandbytes==0.41.1
|
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==2.1.1+cpu
|
3 |
transformers==4.35.2
|
|
|
4 |
gradio==4.13.0
|
5 |
Pillow==10.1.0
|
6 |
+
bitsandbytes==0.41.1
|
7 |
+
accelerate==0.25.0
|