Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
sentence-transformers
|
| 2 |
openai
|
| 3 |
bitsandbytes==0.39.0
|
| 4 |
-
transformers@git+https://github.com/huggingface/transformers.git
|
| 5 |
-
peft@git+https://github.com/huggingface/peft.git
|
| 6 |
-
accelerate@git+https://github.com/huggingface/accelerate.git
|
| 7 |
-
llama-cpp-python@git+https://github.com/abetlen/llama-cpp-python.git
|
| 8 |
flagai
|
| 9 |
bminf
|
| 10 |
auto-gptq
|
| 11 |
-
einops
|
|
|
|
| 1 |
sentence-transformers
|
| 2 |
openai
|
| 3 |
bitsandbytes==0.39.0
|
| 4 |
+
transformers@git+https://github.com/huggingface/transformers.git@v4.33.0
|
| 5 |
+
peft@git+https://github.com/huggingface/peft.git@v0.2.0
|
| 6 |
+
accelerate@git+https://github.com/huggingface/accelerate.git@v0.18.0
|
| 7 |
+
llama-cpp-python@git+https://github.com/abetlen/llama-cpp-python.git@v0.1.52
|
| 8 |
flagai
|
| 9 |
bminf
|
| 10 |
auto-gptq
|
| 11 |
+
einops
|