Skip to content

Commit c109bfa

Browse files
authored
Update OpenVINO to 2024.5 (#287)
* Update 'gen_ort_dockerfile.py' fil to meet changes in ONNX Runtime 1.20.x * remove psutils * Add OpenVINO version * Fix pre-commit issues
1 parent 5f6bce7 commit c109bfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
"2024.4", # OpenVINO short version
5757
"2024.4.0.16579.c3152d32c9c", # OpenVINO version with build number
5858
),
59+
"2024.5.0": (
60+
"2024.5", # OpenVINO short version
61+
"2024.5.0.17288.7975fa5da0c", # OpenVINO version with build number
62+
),
5963
}
6064

6165

0 commit comments

Comments
 (0)