Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -18
requirements.txt
CHANGED
@@ -1,19 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
pip install peft@git+https://github.com/huggingface/peft.git
|
8 |
-
pip install accelerate@git+https://github.com/huggingface/accelerate.git
|
9 |
-
|
10 |
-
|
11 |
llama-cpp-python@git+https://github.com/abetlen/llama-cpp-python.git
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
pip install auto-gptq
|
19 |
-
pip install einops
|
|
|
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
|
|
|
|
|
|
|
|