-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
40 lines (28 loc) · 928 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
########## Common ##########
python-dotenv
discord
transformers
openai
### Manually install Pytorch: https://pytorch.org/get-started/locally/
# pip install torch --index-url https://download.pytorch.org/whl/cu118
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
########## For libs/hf.py ##########
### Manually install bitsandbytes: https://github.com/jllllll/bitsandbytes-windows-webui
# pip install bitsandbytes --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
accelerate # accelerate is necessary for bitsandbytes
optimum
auto-gptq
########## For libs/lc.py ##########
langchain-community
# langchain-core
# langchain-experimental
# langchain-experimental
# "langserve[all]"
# langchain-cli
# langsmith
# tiktoken
########## AutoGen ##########
# pyautogen
# docker
########## For FastChat ##########
# fschat[model_worker,webui]