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
Mistral AI's Ministral 3 14B Reasoning is the most powerful reasoning variant, excelling at complex logical analysis and problem-solving.
61
42
62
-
For**Ollama**, use the [`ministral-3:14b`](https://ollama.com/library/ministral-3) tag from the official library (check the library readme for minimum Ollama version).
43
+
>**Note:** Ollama does not currently publish a separate tag for the Reasoning variant. The [`ministral-3:14b`](https://ollama.com/library/ministral-3) tag maps to the Instruct checkpoint. Use vLLM with the `mistralai/Ministral-3-14B-Reasoning-2512` HuggingFace checkpoint for the Reasoning model.
63
44
64
45
The Ministral 3 Reasoning model offers the following capabilities:
Mistral AI's Ministral 3 3B Reasoning is specifically optimized for logical reasoning, problem-solving, and analytical tasks.
65
44
66
-
For**Ollama**, use the [`ministral-3:3b`](https://ollama.com/library/ministral-3) tag from the official library (check the library readme for minimum Ollama version).
45
+
>**Note:** Ollama does not currently publish a separate tag for the Reasoning variant. The [`ministral-3:3b`](https://ollama.com/library/ministral-3) tag maps to the Instruct checkpoint. Use vLLM with the `mistralai/Ministral-3-3B-Reasoning-2512` HuggingFace checkpoint for the Reasoning model.
67
46
68
47
The Ministral 3 Reasoning model offers the following capabilities:
Mistral AI's Ministral 3 8B Reasoning is the default reasoning variant, balancing reasoning capability with efficiency.
63
43
64
-
For**Ollama**, use the [`ministral-3:8b`](https://ollama.com/library/ministral-3) tag from the official library (check the library readme for minimum Ollama version).
44
+
>**Note:** Ollama does not currently publish a separate tag for the Reasoning variant. The [`ministral-3:8b`](https://ollama.com/library/ministral-3) tag maps to the Instruct checkpoint. Use vLLM with the `mistralai/Ministral-3-8B-Reasoning-2512` HuggingFace checkpoint for the Reasoning model.
65
45
66
46
The Ministral 3 Reasoning model offers the following capabilities:
> **Note:**`huggingface-downloader` fetches the GGUF model and multimodal projector from `ggml-org/Nemotron-3-Nano-Omni-GGUF`. `-mm "$MMPROJ"` loads the multimodal projector for vision support. `--n-gpu-layers 999` offloads all layers to GPU. `--alias my_model` sets the model name used in API requests. `chat_template_kwargs: {"enable_thinking": true}` activates chain-of-thought reasoning.
203
+
> **Note:**`--hf-repo ggml-org/Nemotron-3-Nano-Omni-GGUF` and `--hf-file nemotron-3-nano-omni-ga_v1.0-Q4_K_M.gguf` download the official GGUF checkpoint from Hugging Face. `--n-gpu-layers 999` offloads all layers to GPU. `--alias my_model` sets the model name used in API requests. `chat_template_kwargs: {"enable_thinking": true}` activates chain-of-thought reasoning.
0 commit comments