yanyoyo commited on
Commit
0ae9ad2
·
1 Parent(s): 6599800

Simplify and fix dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -130
requirements.txt CHANGED
@@ -1,132 +1,25 @@
1
- absl-py==2.1.0
2
- accelerate>=1.2.1
3
- addict==2.4.0
4
- aiohappyeyeballs==2.4.4
5
- aiohttp==3.11.11
6
- aiosignal==1.3.2
7
- annotated-types==0.7.0
8
- anyio==4.7.0
9
- async-timeout==5.0.1
10
- beautifulsoup4==4.12.3
11
- colorama==0.4.6
12
- contourpy==1.3.1
13
- cpm-kernels==1.0.11
14
- cycler==0.12.1
15
- dataclasses-json==0.6.7
16
- Deprecated==1.2.15
17
- dill==0.3.8
18
- dirtyjson==1.0.8
19
- distro==1.9.0
20
- einops==0.5.0
21
- fonttools==4.55.3
22
- frozenlist==1.5.0
23
- fsspec==2024.9.0
24
- func_timeout==4.3.5
25
- fuzzywuzzy==0.18.0
26
- greenlet==3.1.1
27
- h11==0.14.0
28
- h5py==3.12.1
29
- httpcore==1.0.7
30
- httpx==0.28.1
31
- huggingface-hub
32
- idna==3.10
33
- immutabledict==4.2.1
34
- InstructorEmbedding==1.0.1
35
- jieba==0.42.1
36
- jiter==0.8.2
37
- joblib==1.4.2
38
- json5==0.10.0
39
- kiwisolver==1.4.8
40
- llama-index==0.10.68
41
- llama-index-agent-openai==0.2.9
42
- llama-index-cli==0.1.13
43
- llama-index-core==0.10.68.post1
44
- llama-index-embeddings-huggingface==0.2.0
45
- llama-index-embeddings-instructor>=0.1.3
46
- llama-index-embeddings-openai==0.1.11
47
- llama-index-indices-managed-llama-cloud>=0.2.0
48
- llama-index-legacy==0.9.48.post4
49
- llama-index-llms-huggingface>=0.2.0
50
- llama-index-llms-openai==0.1.31
51
- llama-index-multi-modal-llms-openai==0.1.9
52
- llama-index-program-openai==0.1.7
53
- llama-index-question-gen-openai==0.1.3
54
- llama-index-readers-file==0.1.33
55
- llama-index-readers-llama-parse==0.1.6
56
- llama-parse==0.4.9
57
- llamaindex-py-client==0.1.19
58
- lxml==5.3.0
59
- marshmallow==3.23.2
60
- minijinja==2.5.0
61
- mkl-service==2.4.0
62
- multidict==6.1.0
63
- mypy-extensions==1.0.0
64
- narwhals==1.19.1
65
- nltk>=3.8.1
66
- nvidia-cublas-cu12==12.1.3.1
67
- nvidia-cuda-cupti-cu12==12.1.105
68
- nvidia-cuda-nvrtc-cu12==12.1.105
69
- nvidia-cuda-runtime-cu12==12.1.105
70
- nvidia-cudnn-cu12==8.9.2.26
71
- nvidia-cufft-cu12==11.0.2.54
72
- nvidia-curand-cu12==10.3.2.106
73
- nvidia-cusolver-cu12==11.4.5.107
74
- nvidia-cusparse-cu12==12.1.0.106
75
- nvidia-nccl-cu12==2.18.1
76
- nvidia-nvjitlink-cu12==12.4.127
77
- nvidia-nvtx-cu12==12.1.105
78
  openai==1.58.1
79
- OpenCC==1.1.9
80
- opencv-python-headless==4.10.0.84
 
 
 
 
 
 
 
 
 
 
 
 
81
  pandas==1.5.3
82
- pillow==10.4.0
83
- portalocker==3.0.0
84
- prettytable==3.12.0
85
- propcache==0.2.1
86
- protobuf==4.25.3
87
- pydantic==2.10.4
88
- pydantic_core==2.27.2
89
- pyparsing==3.2.0
90
- pypdf==4.3.1
91
- PyYAML==6.0.2
92
- rank-bm25==0.2.2
93
- RapidFuzz==3.11.0
94
- regex==2024.11.6
95
- retrying==1.3.4
96
- rouge==1.0.1
97
- rouge-chinese==1.0.3
98
- rouge_score==0.1.2
99
- sacrebleu==2.4.3
100
- safetensors==0.4.5
101
- scikit-learn==1.5.0
102
- scipy==1.14.1
103
- sentence-transformers>=2.7.0
104
- sentencepiece==0.2.0
105
- shellingham==1.5.4
106
- sniffio==1.3.1
107
- soupsieve==2.6
108
- SQLAlchemy==2.0.36
109
- streamlit==1.36.0
110
- striprtf==0.0.26
111
- sympy==1.13.1
112
- tabulate==0.9.0
113
- tenacity==8.5.0
114
- termcolor==2.5.0
115
- text-generation==0.7.0
116
- threadpoolctl==3.5.0
117
- tiktoken==0.8.0
118
- timeout-decorator==0.5.0
119
- tokenizers==0.19.1
120
- tomli==2.2.1
121
- torch
122
- torchaudio
123
- torchvision
124
- tqdm==4.67.1
125
- transformers
126
- triton
127
- typing-inspect==0.9.0
128
- watchdog==4.0.2
129
- wrapt==1.17.0
130
- xxhash==3.5.0
131
- yapf==0.43.0
132
- yarl==1.18.3
 
1
+ # 核心依赖
2
+ streamlit==1.36.0
3
+ llama-index==0.8.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  openai==1.58.1
5
+ python-dotenv
6
+
7
+ # Hugging Face 相关
8
+ transformers==4.30.2
9
+ huggingface-hub==0.16.4
10
+ sentence-transformers==2.2.2
11
+
12
+ # PyTorch 相关
13
+ torch==2.0.1
14
+ torchvision==0.15.2
15
+ torchaudio==2.0.2
16
+
17
+ # 数据处理
18
+ numpy==1.24.3
19
  pandas==1.5.3
20
+ nltk>=3.8.1
21
+
22
+ # 其他工具
23
+ httpx==0.28.1
24
+ requests
25
+ pydantic<3.0.0