change extras description (#15279)
This commit is contained in:
parent
3910e0b2d0
commit
6ac1636191
@ -105,7 +105,7 @@ pip install openvino-dev[extras]
|
|||||||
```
|
```
|
||||||
|
|
||||||
where the `extras` parameter specifies the source deep learning framework for the input model
|
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:
|
For example, to install and configure dependencies required for working with TensorFlow 2.x and ONNX models, use the following command:
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ Use the following command:
|
|||||||
```sh
|
```sh
|
||||||
pip install openvino-dev[extras]
|
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 |
|
| Extras Value | DL Framework |
|
||||||
| :-------------------------------| :------------------------------------------------------------------------------- |
|
| :-------------------------------| :------------------------------------------------------------------------------- |
|
||||||
|
Loading…
Reference in New Issue
Block a user