zxsipola123456 commited on
Commit
efc1822
·
verified ·
1 Parent(s): 591004d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -18
requirements.txt CHANGED
@@ -1,19 +1,11 @@
1
- pip install -U sentence-transformers
2
- pip install --upgrade openai
3
-
4
-
5
- pip install bitsandbytes==0.39.0
6
- pip install transformers@git+https://github.com/huggingface/transformers.git
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
- pip install -U flagai
15
- pip install bminf
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