Spaces:
Runtime error
Runtime error
added bitsandbytes for 8-bit
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
transformers
|
2 |
accelerate
|
3 |
-
|
|
|
4 |
open_clip_torch
|
5 |
pytorch-lightning
|
|
|
1 |
transformers
|
2 |
accelerate
|
3 |
+
sentencepiece
|
4 |
+
bitsandbytes
|
5 |
open_clip_torch
|
6 |
pytorch-lightning
|