Spaces:
Runtime error
Runtime error
added accelerate for quantization
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -8,4 +8,5 @@ sentencepiece
|
|
| 8 |
numpy
|
| 9 |
pydantic
|
| 10 |
transformers
|
| 11 |
-
langchain-community
|
|
|
|
|
|
| 8 |
numpy
|
| 9 |
pydantic
|
| 10 |
transformers
|
| 11 |
+
langchain-community
|
| 12 |
+
accelerate
|