katuni4ka sguskin commited on
Commit
bea9a9a
1 Parent(s): 44cb098

Update README.md (#2)

Browse files

- Update README.md (ad284a8fa488085fcf5bc6650f32bacaf97b8ac7)


Co-authored-by: Shira Guskin <sguskin@users.noreply.huggingface.co>

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)