Magistral — the first reasoning model by Mistral AI
1–10 of 444 posts
Re: Magistral — the first reasoning model by Mistral AI
#2Re: Magistral — the first reasoning model by Mistral AI
#3ollama run hf.co/unsloth/Magistral-Small-2506-GGUF:UD-Q4_K_XL
or
./llama.cpp/llama-cli -hf unsloth/Magistral-Small-2506-GGUF:UD-Q4_K_XL --jinja --temp 0.7 --top-k -1 --top-p 0.95 -ngl 99
Please use --jinja for llama.cpp and use temperature = 0.7, top-p 0.95!
Also best to increase Ollama's context length to say 8K at least: OLLAMA_CONTEXT_LENGTH=8192 ollama serve &. Some other details in https://docs.unsloth.ai/basics/magistral
Re: Magistral — the first reasoning model by Mistral AI
#4Re: Magistral — the first reasoning model by Mistral AI
#5Re: Magistral — the first reasoning model by Mistral AI
#6Re: Magistral — the first reasoning model by Mistral AI
#7A few days after Apple's "The illusion of Reasoning". I wonder if this is the same again. Anyone runs Tower of Hanoi?
Re: Magistral — the first reasoning model by Mistral AI
#8A few days after Apple's "The illusion of Reasoning". I wonder if this is the same again. Anyone runs Tower of Hanoi?
Re: Magistral — the first reasoning model by Mistral AI
#9A few days after Apple's "The illusion of Reasoning". I wonder if this is the same again. Anyone runs Tower of Hanoi?
Re: Magistral — the first reasoning model by Mistral AI
#10Good first shot i guess, but the small ones about as good as v3, and the mediums not quite as good as r1... i wonder if that r1 is the actual new one or the old one
Magistral Small is a 24 billion parameter model.
Pretty impressive in terms of efficiency for Mistral.
The size of the Magistral Medium is not publicly available, so it is difficult to compare efficiency there.