Updated Installation on Intel Silicon (markdown)

Yamini Nimmagadda 2023-08-14 14:49:07 -07:00
parent 2b43870614
commit d9f4c965d5

@ -11,7 +11,7 @@ To achieve the best performance in WebUI on Windows, launch webui-user.bat using
Some features are not supported at the moment with OpenVINO acceleration script:
* Hires Fix
* Custom scripts
* Other custom scripts
* 768x768 with SD v1.5
## Instructions to run WebUI with OpenVINO:
@ -71,7 +71,7 @@ PyTorch doesn't support torch.compile officially on windows yet. Launching `torc
### Install OpenVINO:
#### Install from Pypi:
OpenVINO with torch.compile support is now available in preview in the OpenVINO prerelease package (version: **Add Version**). Download the prerelease package from [here](https://github.com/openvinotoolkit/openvino/releases). Install from Pypi using the command `pip install --pre openvino`
OpenVINO with torch.compile support is now available in preview in the OpenVINO prerelease package. Install the latest prerelease package from using the command `pip install --pre openvino`
#### Build and install from source:
OpenVINO can also be built from source using the instructions provided [here](https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/build.md)