change extras description (#15279)

This commit is contained in:
Tatiana Savina 2023-02-01 20:10:48 +01:00 committed by GitHub
parent 3910e0b2d0
commit 6ac1636191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ pip install openvino-dev[extras]
```
where the `extras` parameter specifies the source deep learning framework for the input model
and has the following values: `caffe`, `kaldi`, `mxnet`, `onnx`, `pytorch`, `tensorflow`, `tensorflow2`.
and is one or more of the following values separated with "," : `caffe`, `kaldi`, `mxnet`, `onnx`, `pytorch`, `tensorflow`, `tensorflow2`.
For example, to install and configure dependencies required for working with TensorFlow 2.x and ONNX models, use the following command:

View File

@ -75,7 +75,7 @@ Use the following command:
```sh
pip install openvino-dev[extras]
```
where `extras` is the source deep learning framework for the input model and has the following values:
where `extras` is the source deep learning framework for the input model and is one or more of the following values separated with "," :
| Extras Value | DL Framework |
| :-------------------------------| :------------------------------------------------------------------------------- |