Kit-Hung commited on
Commit
1d8ef1c
·
1 Parent(s): 26fc5d6

update: requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -137
requirements.txt CHANGED
@@ -1,140 +1,8 @@
1
- accelerate==1.1.1
2
- aiohappyeyeballs==2.4.3
3
- aiohttp==3.10.10
4
- aiosignal==1.3.1
5
- altair==5.4.1
6
- annotated-types==0.7.0
7
- anyio==4.6.2.post1
8
- async-timeout==4.0.3
9
- attrs==24.2.0
10
- beautifulsoup4==4.12.3
11
- blinker==1.9.0
12
- cachetools==5.5.0
13
- certifi==2024.8.30
14
- charset-normalizer==3.4.0
15
- click==8.1.7
16
- dataclasses-json==0.6.7
17
- Deprecated==1.2.14
18
- dirtyjson==1.0.8
19
- distro==1.9.0
20
  einops==0.7.0
21
- exceptiongroup==1.2.2
22
- filelock==3.16.1
23
- filetype==1.2.0
24
- frozenlist==1.5.0
25
- fsspec==2024.10.0
26
- gitdb==4.0.11
27
- GitPython==3.1.43
28
- greenlet==3.1.1
29
- h11==0.14.0
30
- httpcore==1.0.6
31
- httpx==0.27.2
32
- huggingface-hub==0.23.1
33
- idna==3.10
34
- InstructorEmbedding==1.0.1
35
- Jinja2==3.1.4
36
- jiter==0.7.0
37
- joblib==1.4.2
38
- jsonschema==4.23.0
39
- jsonschema-specifications==2024.10.1
40
- llama-cloud==0.1.4
41
- llama-index==0.10.38
42
- llama-index-agent-openai==0.2.9
43
- llama-index-cli==0.1.13
44
- llama-index-core==0.10.68.post1
45
  llama-index-embeddings-huggingface==0.3.1
46
  llama-index-embeddings-instructor==0.2.1
47
- llama-index-embeddings-openai==0.1.11
48
- llama-index-indices-managed-llama-cloud==0.1.6
49
- llama-index-legacy==0.9.48.post4
50
- llama-index-llms-huggingface==0.2.0
51
- llama-index-llms-openai==0.1.31
52
- llama-index-llms-openai-like==0.2.0
53
- llama-index-llms-replicate==0.3.0
54
- llama-index-multi-modal-llms-openai==0.1.9
55
- llama-index-program-openai==0.1.7
56
- llama-index-question-gen-openai==0.1.3
57
- llama-index-readers-file==0.1.33
58
- llama-index-readers-llama-parse==0.1.6
59
- llama-parse==0.4.9
60
- llamaindex-py-client==0.1.19
61
- markdown-it-py==3.0.0
62
- MarkupSafe==3.0.2
63
- marshmallow==3.23.1
64
- mdurl==0.1.2
65
- minijinja==2.5.0
66
- mpmath==1.3.0
67
- multidict==6.1.0
68
- mypy-extensions==1.0.0
69
- narwhals==1.13.3
70
- nest-asyncio==1.6.0
71
- networkx==3.4.2
72
- nltk==3.9.1
73
- numpy==1.26.4
74
- nvidia-cublas-cu12==12.1.3.1
75
- nvidia-cuda-cupti-cu12==12.1.105
76
- nvidia-cuda-nvrtc-cu12==12.1.105
77
- nvidia-cuda-runtime-cu12==12.1.105
78
- nvidia-cudnn-cu12==9.1.0.70
79
- nvidia-cufft-cu12==11.0.2.54
80
- nvidia-curand-cu12==10.3.2.106
81
- nvidia-cusolver-cu12==11.4.5.107
82
- nvidia-cusparse-cu12==12.1.0.106
83
- nvidia-nccl-cu12==2.21.5
84
- nvidia-nvjitlink-cu12==12.4.127
85
- nvidia-nvtx-cu12==12.1.105
86
- openai==1.54.3
87
- openmind-hub==0.9.0
88
- packaging==24.2
89
- pandas==2.2.3
90
- pillow==10.4.0
91
- propcache==0.2.0
92
- protobuf==5.26.1
93
- psutil==6.1.0
94
- pyarrow==18.0.0
95
- pydantic==2.9.2
96
- pydantic_core==2.23.4
97
- pydeck==0.9.1
98
- Pygments==2.18.0
99
- pypdf==4.3.1
100
- python-dateutil==2.9.0.post0
101
- pytz==2024.2
102
- PyYAML==6.0.2
103
- referencing==0.35.1
104
- regex==2024.11.6
105
- requests==2.32.2
106
- rich==13.9.4
107
- rpds-py==0.21.0
108
- safetensors==0.4.5
109
- scikit-learn==1.5.2
110
- scipy==1.14.1
111
- sentence-transformers==2.7.0
112
- sentencepiece==0.2.0
113
- six==1.16.0
114
- smmap==5.0.1
115
- sniffio==1.3.1
116
- soupsieve==2.6
117
- SQLAlchemy==2.0.36
118
- streamlit==1.39.0
119
- striprtf==0.0.26
120
- sympy==1.13.1
121
- tenacity==8.5.0
122
- text-generation==0.7.0
123
- threadpoolctl==3.5.0
124
- tiktoken==0.8.0
125
- tokenizers==0.19.1
126
- toml==0.10.2
127
- torch==2.5.0+cu121
128
- torchaudio==2.5.0+cu121
129
- torchvision==0.20.0+cu121
130
- tornado==6.4.1
131
- tqdm==4.67.0
132
- transformers==4.41.1
133
- triton==3.1.0
134
- typing-inspect==0.9.0
135
- typing_extensions==4.12.2
136
- tzdata==2024.2
137
- urllib3==2.2.3
138
- watchdog==5.0.3
139
- wrapt==1.16.0
140
- yarl==1.17.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  einops==0.7.0
2
+ protobuf==5.26.1
3
+ llama-index==0.11.20
4
+ llama-index-llms-replicate==0.3.0
5
+ llama-index-llms-openai-like==0.2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  llama-index-embeddings-huggingface==0.3.1
7
  llama-index-embeddings-instructor==0.2.1
8
+ torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu121