-
Notifications
You must be signed in to change notification settings - Fork 21
/
requirements_old.txt
65 lines (55 loc) · 1.01 KB
/
requirements_old.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# original requirements.txt
torch-scatter
rotary_embedding_torch==0.5.3
# RAG
langchain==0.1.4
langchain-core==0.1.16
langchain-community==0.0.16
langsmith==0.0.83
chromadb==0.4.15
sentence-transformers==2.6.1
unstructured==0.10.30
markdown==3.3.7
pysqlite3-binary
modelscope==1.9.5
transformers==4.36.0
sentencepiece==0.1.99
huggingface-hub==0.20.3
accelerate==0.24.1
streamlit==1.24.0
numpy==1.26.3
tqdm==4.66.2
psutil==5.9.8
packaging==23.2
pre-commit==3.6.1
ninja
gputil==1.4.0
pytest==8.0.0
boto3==1.34.39
botocore==1.34.39
pyecharts==2.0.4
google-auth==2.28.0
tiktoken==0.6.0
# text2image
zhipuai
diffusers
#speech
openai-whisper==20231117
streamlit-audiorecorder==0.0.4
funasr==1.0.5 #paraformer
torchaudio
#markdown
OpenCC==1.1.6
jieba==0.39
# LangChain with FAISS
BCEmbedding==0.1.3
faiss-gpu==1.7.2
dashscope==1.14.1
rank-bm25==0.2.2
#4bit
bitsandbytes==0.43.0
# llama-index
llama-index-embeddings-huggingface==0.2.0
llama-index-vector-stores-faiss==0.1.2
llama-index-retrievers-bm25==0.1.3
llama-index==0.10.26