Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ transformers>=4.40.0
|
|
3 |
gradio>=4.0.0
|
4 |
pillow>=10.0.0
|
5 |
accelerate>=0.29.0
|
6 |
-
bitsandbytes>=0.43.0
|
|
|
|
3 |
gradio>=4.0.0
|
4 |
pillow>=10.0.0
|
5 |
accelerate>=0.29.0
|
6 |
+
bitsandbytes>=0.43.0; platform_system != "Windows"
|
7 |
+
https://github.com/jllllll/bitsandbytes/releases/download/0.43.0/bitsandbytes-0.43.0-py3-none-any.whl; platform_system == "Windows"
|