Spaces:
Runtime error
Runtime error
fix bitsandbytes no gpu support hopefully
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
bitsandbytes
|
|
|
|
|
2 |
einops==0.8.0
|
3 |
huggingface_hub==0.20.1
|
4 |
jaxtyping==0.2.28
|
|
|
1 |
+
bitsandbytes
|
2 |
+
optimum
|
3 |
+
accelerate
|
4 |
einops==0.8.0
|
5 |
huggingface_hub==0.20.1
|
6 |
jaxtyping==0.2.28
|