-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated dependencies for agentic llm rag
- Loading branch information
1 parent
d93d1aa
commit e8cd74a
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
--extra-index-url https://download.pytorch.org/whl/cpu | ||
|
||
openvino==2024.4.0 | ||
optimum-intel==1.19.0 | ||
optimum==1.22.0 | ||
nncf==2.13.0 | ||
openvino==2024.6.0 | ||
optimum-intel==1.21.0 | ||
optimum==1.23.3 | ||
nncf==2.14.1 | ||
|
||
llama-index==0.11.2 | ||
llama-index-llms-openvino==0.3.1 | ||
llama-index-embeddings-openvino==0.3.1 | ||
llama-index-postprocessor-openvino-rerank==0.3.0 | ||
llama-index-vector-stores-faiss==0.2.1 | ||
llama-index==0.12.9 | ||
llama-index-llms-openvino==0.4.0 | ||
llama-index-embeddings-openvino==0.5.1 | ||
llama-index-postprocessor-openvino-rerank==0.4.1 | ||
llama-index-vector-stores-faiss==0.3.0 | ||
faiss-cpu==1.9.0 | ||
|
||
# onnx>1.16.1 doesn't work on windows | ||
onnx==1.16.1 | ||
onnxruntime==1.17.3 | ||
torch==2.4.1 | ||
torch==2.5.1 | ||
|
||
transformers==4.44.2 | ||
transformers==4.46.3 | ||
librosa==0.10.2 | ||
pyyaml==6.0.1 | ||
PyMuPDF==1.24.10 | ||
|
||
gradio==4.44.1 | ||
gradio==5.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters