File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ To install the latest release of 🤗 Optimum Intel with the corresponding requi
19
19
20
20
| Accelerator | Installation |
21
21
| :-----------------------------------------------------------------------------------------------------------------| :---------------------------------------------------------------------|
22
- | [ Intel Neural Compressor] ( https://www.intel.com/content/www/us/en/developer/tools/oneapi/neural-compressor.html ) | ` pip install --upgrade-strategy eager "optimum[neural-compressor]" ` |
23
- | [ OpenVINO] ( https://docs.openvino.ai ) | ` pip install --upgrade-strategy eager "optimum[openvino]" ` |
24
- | [ Intel Extension for PyTorch] ( https://intel.github.io/intel-extension-for-pytorch/#introduction ) | ` pip install --upgrade-strategy eager "optimum[ipex]" ` |
22
+ | [ Intel Neural Compressor] ( https://www.intel.com/content/www/us/en/developer/tools/oneapi/neural-compressor.html ) | ` pip install --upgrade --upgrade -strategy eager "optimum[neural-compressor]" ` |
23
+ | [ OpenVINO] ( https://docs.openvino.ai ) | ` pip install --upgrade --upgrade -strategy eager "optimum[openvino]" ` |
24
+ | [ Intel Extension for PyTorch] ( https://intel.github.io/intel-extension-for-pytorch/#introduction ) | ` pip install --upgrade --upgrade -strategy eager "optimum[ipex]" ` |
25
25
26
26
The ` --upgrade-strategy eager ` option is needed to ensure ` optimum-intel ` is upgraded to the latest version.
27
27
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ limitations under the License.
18
18
19
19
To install the latest release of 🤗 Optimum Intel with the corresponding required dependencies, you can do respectively:
20
20
21
- | Accelerator | Installation |
22
- |:-----------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|
23
- | [Intel Neural Compressor (INC)](https://www.intel.com/content/www/us/en/developer/tools/oneapi/neural-compressor.html) | `pip install --upgrade-strategy eager " optimum[neural-compressor]" `|
24
- | [Intel OpenVINO](https://docs.openvino.ai ) | `pip install --upgrade- strategy eager " optimum[openvino]" ` |
21
+ | Accelerator | Installation |
22
+ |:-----------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------- |
23
+ | [Intel Neural Compressor (INC)](https://www.intel.com/content/www/us/en/developer/tools/oneapi/neural-compressor.html) | `pip install --upgrade --upgrade -strategy eager " optimum[neural-compressor]" `|
24
+ | [Intel OpenVINO](https://docs.openvino.ai ) | `pip install --upgrade --upgrade- strategy eager " optimum[openvino]" ` |
25
25
26
26
The `--upgrade-strategy eager` option is needed to ensure `optimum-intel` is upgraded to the latest version.
27
27
You can’t perform that action at this time.
0 commit comments