Skip to content

Commit

Permalink
Update dependencies (#2587) (#2599)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix clip
  • Loading branch information
rasapala authored Jul 31, 2024
1 parent cf3a3ba commit a6ddd3f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
openvino==2023.3.0
transformers==4.40.2
pillow==10.3.0
torch==1.13.1+cpu
torch==2.2.0+cpu
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ node {
}
tag_to_input_tensor_names {
key: "OVTENSOR2"
value: "64"
value: "66"
}
tag_to_output_tensor_names {
key: "OVTENSOR"
value: "33"
value: "35"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion demos/python_demos/llm_text_generation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ transformers==4.40
bitsandbytes==0.43.0
accelerate==0.27.2
datasets==2.18.0
setuptools==69.5.1
setuptools==70.0.0
2 changes: 1 addition & 1 deletion demos/python_demos/rag_chatbot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ transformers==4.40
bitsandbytes==0.43.0
accelerate==0.27.2
datasets==2.18.0
setuptools==69.5.1
setuptools==70.0.0
4 changes: 2 additions & 2 deletions demos/python_demos/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ datasets==2.18.0
numpy<2.0

# Required for RAG Chatbot Demo:
langchain==0.2.6
langchain-community==0.2.6
langchain==0.2.9
langchain-community==0.2.9
scikit-learn==1.5.0
chromadb==0.4.24
pysqlite3-binary==0.5.2.post3 # Workaround: https://docs.trychroma.com/troubleshooting#sqlite
Expand Down

0 comments on commit a6ddd3f

Please sign in to comment.