Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ optimum-cli export openvino --model meta-llama/Meta-Llama-3.1-8B-Instruct --task
53
  ```python
54
  import huggingface_hub as hf_hub
55
 
56
- draft_model_id = "OpenVINO/Llama-3.1-8B-Instruct-FastDraft-150M"
57
  draft_model_path = "draft"
58
 
59
  hf_hub.snapshot_download(draft_model_id, local_dir=draft_model_path)
 
53
  ```python
54
  import huggingface_hub as hf_hub
55
 
56
+ draft_model_id = "OpenVINO/Llama-3.1-8B-Instruct-FastDraft-150M-int8-ov"
57
  draft_model_path = "draft"
58
 
59
  hf_hub.snapshot_download(draft_model_id, local_dir=draft_model_path)