Skip to content

Commit

Permalink
Updated dependencies for conversational ai chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianboguszewski committed Jan 8, 2025
1 parent 14a1378 commit d93d1aa
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ai_ref_kits/conversational_ai_chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
--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
langchain-text-splitters==0.2.2
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
langchain-text-splitters==0.3.4
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
torchaudio==2.4.1
torch==2.5.1
torchaudio==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

# melotts dependencies
cn2an==0.5.22
Expand Down

0 comments on commit d93d1aa

Please sign in to comment.