You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,24 @@ Explore blogs to setup your first hands-on experience with OpenVINO GenAI:
39
39
40
40
<aid="ai-scenarios"></a>
41
41
42
+
## Quick Start
43
+
44
+
1. Install OpenVINO GenAI from PyPI:
45
+
```sh
46
+
pip install openvino-genai
47
+
```
48
+
2. Obtain model, e.g. export model to OpenVINO IR format from Hugging Face (see [Model Preparation Guide](https://openvinotoolkit.github.io/openvino.genai/docs/category/model-preparation) for more details):
0 commit comments