Skip to content

Commit

Permalink
Update 2023.2.0 Selector Tool with nightly archive (openvinotoolkit#2…
Browse files Browse the repository at this point in the history
…1629)

* Update selector tool

* Trigger CI
  • Loading branch information
as-suvorov authored Dec 14, 2023
1 parent 1d03b08 commit 9faf18b
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake-build*
!__init__.py
!__main__.py
# and sphinx documentation folders
!docs/_*
!docs/sphinx_setup/_*

# developer tools
*.idea
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Install OpenVINO™ 2023.2

<script type="module" crossorigin src="_static/selector-tool/assets/index-f34d1fad.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<iframe id="selector" src="_static/selector-tool/selector-c1c409a.html" style="width: 100%; border: none" title="Download Intel® Distribution of OpenVINO™ Toolkit"></iframe>
<iframe id="selector" src="_static/selector-tool/selector-5cca680.html" style="width: 100%; border: none" title="Download Intel® Distribution of OpenVINO™ Toolkit"></iframe>

.. warning::

Expand Down

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="version" content="c1c409a" />
<meta name="version" content="v_2023_2_0-5cca680" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Download Intel® Distribution of OpenVINO™ Toolkit</title>
<meta
name="description"
content="Download a version of the Intel® Distribution of OpenVINO™ toolkit for Linux, Windows, or macOS."
/>
<script
type="module"
crossorigin
src="./assets/selector-7f584a52.js"
></script>
<link rel="stylesheet" href="./assets/selector-5c3f26d1.css" />
<script type="module" crossorigin src="./assets/selector-a91b1d3d.js"></script>
<link rel="stylesheet" href="./assets/selector-5c3f26d1.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 9faf18b

Please sign in to comment.