update pypi docs with apple m1 status (#14932)

This commit is contained in:
Aleksandr Voron
2023-01-04 14:32:15 +01:00
committed by GitHub
parent b11a977efd
commit e9bb5a2bb7
2 changed files with 2 additions and 4 deletions

View File

@@ -12,8 +12,6 @@ Before you start the installation, check the supported operating systems and req
> **NOTE**: This package can be installed on other versions of macOS, Linux and Windows, but only the specific versions above are fully validated.
> **NOTE**: The current version of the OpenVINO™ Runtime for macOS* supports inference on Intel® CPUs only.
## Install the OpenVINO™ Development Tools Package
### Step 1. Set Up Python Virtual Environment
@@ -87,6 +85,8 @@ For example, to install and configure the components for working with TensorFlow
```
> **NOTE**: Model Optimizer support for TensorFlow 1.x environment has been deprecated. Use TensorFlow 2.x environment to convert both TensorFlow 1.x and 2.x models.
> **NOTE**: On macOS, you may need to enclose the package name in quotes: `pip install "openvino-dev[extras]"`.
### Step 5. Verify that the Package Is Installed
- To verify that the **developer package** is properly installed, run the command below (this may take a few seconds):

View File

@@ -12,8 +12,6 @@ Before you start the installation, check the supported operating systems and req
> **NOTE**: This package can be installed on other versions of Linux and Windows OSes, but only the specific versions above are fully validated.
> **NOTE**: The current version of the OpenVINO™ Runtime for macOS* supports inference on Intel® CPUs only.
## Install the OpenVINO™ Runtime Package
### Step 1. Set Up Python Virtual Environment