Skip to content

Commit 46f53d6

Browse files
Update onnxruntime for notebooks (#413)
* Update onnxruntime for notebooks * Update requirements.txt * Update requirements.txt * Update requirements.txt
1 parent 7586071 commit 46f53d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

notebooks/onnxruntime_lcm/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
jupyterlab==4.4.8
44
ipywidgets==8.1.7
55

6-
openvino==2025.2; sys_platform == "win32"
7-
openvino==2025.1; sys_platform == "linux"
8-
onnxruntime-openvino==1.22.0
6+
openvino==2025.3
7+
onnxruntime-openvino==1.23.0
98
onnx==1.18.0
109
optimum==1.26.1
10+
torch==2.8.0
1111
accelerate==1.8.1
1212
diffusers==0.34.0
1313
numpy==2.2.6

notebooks/onnxruntime_yolov8/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jupyterlab==4.4.8
44

55
openvino==2025.2.0
66
ultralytics==8.3.141
7-
onnxruntime-openvino==1.22.0
7+
onnxruntime-openvino==1.23.0
88
onnx==1.18.0
99
torch==2.8.0
1010
numpy==2.2.6

0 commit comments

Comments
 (0)