Spaces:
Sleeping
Sleeping
feat: 8bit quantization
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ sentence-transformers
|
|
5 |
faiss-cpu
|
6 |
arxiv
|
7 |
torch --index-url https://download.pytorch.org/whl/cpu
|
8 |
-
accelerate>=0.26.0
|
|
|
|
5 |
faiss-cpu
|
6 |
arxiv
|
7 |
torch --index-url https://download.pytorch.org/whl/cpu
|
8 |
+
accelerate>=0.26.0
|
9 |
+
bitsandbytes>=0.41.1
|