Update README.md
Browse files
README.md
CHANGED
@@ -67,8 +67,8 @@ pip install openvino-genai huggingface_hub
|
|
67 |
```
|
68 |
import huggingface_hub as hf_hub
|
69 |
|
70 |
-
model_id = "OpenVINO
|
71 |
-
model_path = "
|
72 |
|
73 |
hf_hub.snapshot_download(model_id, local_dir=model_path)
|
74 |
|
|
|
67 |
```
|
68 |
import huggingface_hub as hf_hub
|
69 |
|
70 |
+
model_id = "OpenVINO/mistral-7b-instrcut-v0.1-int8-ov"
|
71 |
+
model_path = "mistral-7b-instrcut-v0.1-int8-ov"
|
72 |
|
73 |
hf_hub.snapshot_download(model_id, local_dir=model_path)
|
74 |
|