Instructions to use nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF # Run inference directly in the terminal: llama cli -hf nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF # Run inference directly in the terminal: llama cli -hf nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF # Run inference directly in the terminal: ./llama-cli -hf nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF
Use Docker
docker model run hf.co/nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF
- LM Studio
- Jan
- Ollama
How to use nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF with Ollama:
ollama run hf.co/nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF
- Unsloth Desktop
- Docker Model Runner
How to use nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF with Docker Model Runner:
docker model run hf.co/nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF
- Lemonade
How to use nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF
Run and chat with the model
lemonade run user.Magistral-Small-2509-IQ4_KS-GGUF-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
Magistral-Small-2509-IQ4_KS GGUF
A high-quality quantized version of mistralai/Magistral-Small-2509 using ik_llama.cpp with importance matrix optimization and custom tensor-specific quantization.
Model Details
- Base Model: mistralai/Magistral-Small-2509
- Quantization Method: Custom IQ4_KS recipe with importance matrix
- Target VRAM: 12GB for full offload
- Quantization Tool: ik_llama.cpp with imatrix calibration
Benchmark Results
Perplexity (wiki.test.raw, ctx=512)
| Metric | Value |
|---|---|
| Final PPL | 5.6245 ± 0.03312 |
| Evaluation Chunks | 594 |
| Evaluation Tokens | 304,128 |
| Context Size | 512 |
- Downloads last month
- 25
Hardware compatibility
Log In to add your hardware
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF
Base model
mistralai/Mistral-Small-3.1-24B-Base-2503 Finetuned
mistralai/Magistral-Small-2509Evaluation results
- perplexity on wiki.test.rawself-reported5.625
docker model run hf.co/nimishchaudhari/Magistral-Small-2509-IQ4_KS-GGUF