Skip to content

Commit

Permalink
Update utils/loader.py for new release (#304)
Browse files Browse the repository at this point in the history
* Update utils/loader.py for new release

* Update utils/loader.py

---------

Co-authored-by: Artyom Anokhov <[email protected]>
  • Loading branch information
culhatsker and artanokhov authored Apr 26, 2024
1 parent c8fa7d1 commit 9bbb2b7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions utils/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,26 @@
'linux/l_openvino_toolkit_rhel8_2024.0.0.14509.34caeefd078_x86_64.tgz',
},
},
'2024.1.0': {
'ubuntu22': {
'dev': 'https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/'
'linux/l_openvino_toolkit_ubuntu22_2024.1.0.15008.f4afc983258_x86_64.tgz',
'runtime': 'https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/'
'linux/l_openvino_toolkit_ubuntu22_2024.1.0.15008.f4afc983258_x86_64.tgz',
},
'ubuntu20': {
'dev': 'https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/'
'linux/l_openvino_toolkit_ubuntu20_2024.1.0.15008.f4afc983258_x86_64.tgz',
'runtime': 'https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/'
'linux/l_openvino_toolkit_ubuntu20_2024.1.0.15008.f4afc983258_x86_64.tgz',
},
'rhel8': {
'dev': 'https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/'
'linux/l_openvino_toolkit_rhel8_2024.1.0.15008.f4afc983258_x86_64.tgz',
'runtime': 'https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/'
'linux/l_openvino_toolkit_rhel8_2024.1.0.15008.f4afc983258_x86_64.tgz',
},
},
}
DIVE_URL = {
'windows': 'https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_windows_amd64.zip',
Expand Down

0 comments on commit 9bbb2b7

Please sign in to comment.