Update README.md
Browse files
README.md
CHANGED
|
@@ -205,8 +205,8 @@ model_id = "mistralai/Ministral-3-3B-Instruct-2512-ONNX"
|
|
| 205 |
config = AutoConfig.from_pretrained(model_id)
|
| 206 |
processor = AutoProcessor.from_pretrained(model_id)
|
| 207 |
|
| 208 |
-
vision_model_path = hf_hub_download(model_id, "
|
| 209 |
-
hf_hub_download(model_id, "
|
| 210 |
embed_model_path = hf_hub_download(model_id, "embed_tokens_fp16.onnx", subfolder="onnx") # Download embed_tokens graph
|
| 211 |
hf_hub_download(model_id, "embed_tokens_fp16.onnx_data", subfolder="onnx") # Download embed_tokens weights
|
| 212 |
decoder_model_path = hf_hub_download(model_id, "decoder_model_merged_q4.onnx", subfolder="onnx") # Download decoder graph
|
|
|
|
| 205 |
config = AutoConfig.from_pretrained(model_id)
|
| 206 |
processor = AutoProcessor.from_pretrained(model_id)
|
| 207 |
|
| 208 |
+
vision_model_path = hf_hub_download(model_id, "vision_encoder_q4.onnx", subfolder="onnx") # Download vision graph
|
| 209 |
+
hf_hub_download(model_id, "vision_encoder_q4.onnx_data", subfolder="onnx") # Download vision weights
|
| 210 |
embed_model_path = hf_hub_download(model_id, "embed_tokens_fp16.onnx", subfolder="onnx") # Download embed_tokens graph
|
| 211 |
hf_hub_download(model_id, "embed_tokens_fp16.onnx_data", subfolder="onnx") # Download embed_tokens weights
|
| 212 |
decoder_model_path = hf_hub_download(model_id, "decoder_model_merged_q4.onnx", subfolder="onnx") # Download decoder graph
|