Skip to content

Commit 10d042a

Browse files
authored
prepare to 2024.0 (openvinotoolkit#1793)
1 parent 2662a36 commit 10d042a

File tree

23 files changed

+212
-48
lines changed

23 files changed

+212
-48
lines changed

.docker/Pipfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ matplotlib = ">=3.4"
2424
monai = ">=0.9.1,<1.0.0"
2525
nbval = "*"
2626
notebook = "<7.0.0"
27-
nncf = "==2.8.0"
27+
nncf = "==2.9.0"
2828
numpy = ">=1.21.0"
2929
onnx = ">=1.11.0"
3030
opencv-python = "*"
31-
openvino-dev = {version = "==2023.3.0"}
31+
openvino-dev = {version = "==2024.0.0"}
3232
openvino-telemetry = "==2023.2.1"
3333
ovmsclient = "*"
3434
Pillow = ">=8.3.2"

.docker/Pipfile.lock

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ A collection of ready-to-run Jupyter notebooks for learning and experimenting wi
2020

2121
- [Table of Contents](#table-of-contents)
2222
- [📝 Installation Guide](#-installation-guide)
23+
- [🚀 Getting Started](#-getting-started)
2324
- [⚙️ System Requirements](#️-system-requirements)
2425
- [💻 Run the Notebooks](#-run-the-notebooks)
2526
- [To Launch a Single Notebook](#to-launch-a-single-notebook)
@@ -42,6 +43,17 @@ OpenVINO Notebooks require Python and Git. To get started, select the guide for
4243

4344
[![-----------------------------------------------------](https://user-images.githubusercontent.com/10940214/155750931-fc094349-b6ec-4e1f-9f9a-113e67941119.jpg)]()
4445

46+
<div id='-getting-started'/>
47+
48+
## 🚀 Getting Started
49+
50+
Explore Jupyter notebooks using this [page](https://openvinotoolkit.github.io/openvino_notebooks/), select one related to your needs or give them all a try. Good Luck!
51+
52+
**NOTE: The main branch of this repository was updated to support the new OpenVINO 2024.0 release.** To upgrade to the new release version, please run `pip install --upgrade -r requirements.txt` in your `openvino_env` virtual environment. If you need to install for the first time, see the [Installation Guide](#-installation-guide) section below. If you wish to use the previous release version of OpenVINO, please checkout the [2023.3 branch](https://github.com/openvinotoolkit/openvino_notebooks/tree/2023.3). If you wish to use the previous Long Term Support (LTS) version of OpenVINO check out the [2022.3 branch](https://github.com/openvinotoolkit/openvino_notebooks/tree/2022.3).
53+
54+
If you need help, please start a GitHub [Discussion](https://github.com/openvinotoolkit/openvino_notebooks/discussions).
55+
56+
4557
If you run into issues, please check the [troubleshooting section](#-troubleshooting), [FAQs](#-faq) or start a GitHub [discussion](https://github.com/openvinotoolkit/openvino_notebooks/discussions).
4658

4759
Notebooks with ![binder logo](https://mybinder.org/badge_logo.svg) and ![colab logo](https://colab.research.google.com/assets/colab-badge.svg) buttons can be run without installing anything. [Binder](https://mybinder.org/) and [Google Colab](https://colab.research.google.com/) are free online services with limited resources. For the best performance, please follow the [Installation Guide](#-installation-guide) and run the notebooks locally.
@@ -171,7 +183,7 @@ Made with [`contrib.rocks`](https://contrib.rocks).
171183

172184
## ❓ FAQ
173185

174-
* [Which devices does OpenVINO support?](https://docs.openvino.ai/2023.3/openvino_docs_OV_UG_supported_plugins_Supported_Devices.html#doxid-openvino-docs-o-v-u-g-supported-plugins-supported-devices)
186+
* [Which devices does OpenVINO support?](https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes.html)
175187
* [What is the first CPU generation you support with OpenVINO?](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/system-requirements.html)
176188
* [Are there any success stories about deploying real-world solutions with OpenVINO?](https://www.intel.com/content/www/us/en/internet-of-things/ai-in-production/success-stories.html)
177189

README_cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ jupyter lab notebooks
366366

367367
## ❓ 常见问题解答
368368

369-
* [OpenVINO支持哪些设备?](https://docs.openvino.ai/2023.3/openvino_docs_OV_UG_supported_plugins_Supported_Devices.html#doxid-openvino-docs-o-v-u-g-supported-plugins-supported-devices)
369+
* [OpenVINO支持哪些设备?](https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes.html)
370370
* [OpenVINO支持的第一代CPU是什么?](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/system-requirements.html)
371371
* [在使用OpenVINO部署现实世界解决方案方面有没有成功的案例?](https://www.intel.com/content/www/us/en/internet-of-things/ai-in-production/success-stories.html)
372372

notebooks/104-model-tools/104-model-tools.ipynb

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"id": "artificial-discretion",
67
"metadata": {},
@@ -25,6 +26,7 @@
2526
]
2627
},
2728
{
29+
"attachments": {},
2830
"cell_type": "markdown",
2931
"id": "c4dda33e",
3032
"metadata": {},
@@ -61,10 +63,11 @@
6163
],
6264
"source": [
6365
"# Install openvino package\n",
64-
"%pip install -q \"openvino-dev>=2023.1.0\""
66+
"%pip install -q \"openvino-dev>=2024.0.0\""
6567
]
6668
},
6769
{
70+
"attachments": {},
6871
"cell_type": "markdown",
6972
"id": "fec90f61-08f3-4417-8a6f-ec61c9e5955b",
7073
"metadata": {
@@ -94,6 +97,7 @@
9497
]
9598
},
9699
{
100+
"attachments": {},
97101
"cell_type": "markdown",
98102
"id": "f0206a22-dc33-4666-ab2b-86386b97caca",
99103
"metadata": {
@@ -129,6 +133,7 @@
129133
]
130134
},
131135
{
136+
"attachments": {},
132137
"cell_type": "markdown",
133138
"id": "parental-assets",
134139
"metadata": {
@@ -178,6 +183,7 @@
178183
]
179184
},
180185
{
186+
"attachments": {},
181187
"cell_type": "markdown",
182188
"id": "judicial-preview",
183189
"metadata": {},
@@ -188,6 +194,7 @@
188194
]
189195
},
190196
{
197+
"attachments": {},
191198
"cell_type": "markdown",
192199
"id": "rising-interval",
193200
"metadata": {},
@@ -258,6 +265,7 @@
258265
]
259266
},
260267
{
268+
"attachments": {},
261269
"cell_type": "markdown",
262270
"id": "proprietary-checklist",
263271
"metadata": {},
@@ -344,6 +352,7 @@
344352
]
345353
},
346354
{
355+
"attachments": {},
347356
"cell_type": "markdown",
348357
"id": "aa8d655f-215d-4e3c-adcb-e8fd4a2e8ab4",
349358
"metadata": {},
@@ -413,6 +422,7 @@
413422
]
414423
},
415424
{
425+
"attachments": {},
416426
"cell_type": "markdown",
417427
"id": "7ea7e868-fd2d-4d11-9c87-7aa1f1301083",
418428
"metadata": {},
@@ -445,6 +455,7 @@
445455
]
446456
},
447457
{
458+
"attachments": {},
448459
"cell_type": "markdown",
449460
"id": "54e01154-f700-479f-9111-147c95595d46",
450461
"metadata": {},
@@ -536,6 +547,7 @@
536547
]
537548
},
538549
{
550+
"attachments": {},
539551
"cell_type": "markdown",
540552
"id": "75891996-cf53-4c76-ad3c-5fb468ccd7bb",
541553
"metadata": {},
@@ -545,6 +557,7 @@
545557
]
546558
},
547559
{
560+
"attachments": {},
548561
"cell_type": "markdown",
549562
"id": "88d64dd7-789d-4536-ab8f-84999c73afaf",
550563
"metadata": {},
@@ -614,6 +627,7 @@
614627
]
615628
},
616629
{
630+
"attachments": {},
617631
"cell_type": "markdown",
618632
"id": "3896e4bf-f7d0-4529-be97-921ef548de2a",
619633
"metadata": {},

0 commit comments

Comments
 (0)