Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
fastapi==0.115.0
|
2 |
uvicorn==0.30.6
|
3 |
transformers==4.44.2
|
4 |
-
torch==2.0.1
|
5 |
langdetect==1.0.9
|
6 |
-
|
|
|
|
1 |
fastapi==0.115.0
|
2 |
uvicorn==0.30.6
|
3 |
transformers==4.44.2
|
|
|
4 |
langdetect==1.0.9
|
5 |
+
torch==2.4.1
|
6 |
+
bitsandbytes==0.43.3; sys_platform != 'darwin' # Optional for quantization, exclude on macOS
|