Skip to content

Commit a6ddd3f

Browse files
authored
Update dependencies (#2587) (#2599)
* Update dependencies * Fix clip
1 parent cf3a3ba commit a6ddd3f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

demos/python_demos/clip_image_classification/download_model_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
openvino==2023.3.0
33
transformers==4.40.2
44
pillow==10.3.0
5-
torch==1.13.1+cpu
5+
torch==2.2.0+cpu

demos/python_demos/clip_image_classification/servable/graph.pbtxt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ node {
8484
}
8585
tag_to_input_tensor_names {
8686
key: "OVTENSOR2"
87-
value: "64"
87+
value: "66"
8888
}
8989
tag_to_output_tensor_names {
9090
key: "OVTENSOR"
91-
value: "33"
91+
value: "35"
9292
}
9393
}
9494
}

demos/python_demos/llm_text_generation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ transformers==4.40
1111
bitsandbytes==0.43.0
1212
accelerate==0.27.2
1313
datasets==2.18.0
14-
setuptools==69.5.1
14+
setuptools==70.0.0

demos/python_demos/rag_chatbot/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ transformers==4.40
1111
bitsandbytes==0.43.0
1212
accelerate==0.27.2
1313
datasets==2.18.0
14-
setuptools==69.5.1
14+
setuptools==70.0.0

demos/python_demos/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ datasets==2.18.0
1313
numpy<2.0
1414

1515
# Required for RAG Chatbot Demo:
16-
langchain==0.2.6
17-
langchain-community==0.2.6
16+
langchain==0.2.9
17+
langchain-community==0.2.9
1818
scikit-learn==1.5.0
1919
chromadb==0.4.24
2020
pysqlite3-binary==0.5.2.post3 # Workaround: https://docs.trychroma.com/troubleshooting#sqlite

0 commit comments

Comments
 (0)