Spaces:
Runtime error
Runtime error
Initial upload
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
torch>=2.0.0 --extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
transformers
|
| 3 |
accelerate>=0.20.0
|
| 4 |
sentencepiece>=0.1.99
|
| 5 |
gradio>=3.0.0
|
| 6 |
bitsandbytes>=0.40.0; sys_platform != "win32" and sys_platform != "darwin"
|
| 7 |
-
optimum
|
| 8 |
-
onnxruntime>=1.14.0
|
|
|
|
| 1 |
torch>=2.0.0 --extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
transformers==4.48.0 # Pinned to work with BetterTransformer
|
| 3 |
accelerate>=0.20.0
|
| 4 |
sentencepiece>=0.1.99
|
| 5 |
gradio>=3.0.0
|
| 6 |
bitsandbytes>=0.40.0; sys_platform != "win32" and sys_platform != "darwin"
|
| 7 |
+
optimum==1.16.0 # Last version supporting BetterTransformer
|
|
|