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
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,10 +30,9 @@ quantized_by: nimishchaudhari
|
|
| 30 |
A high-quality quantized version of [mistralai/Magistral-Small-2509](https://huggingface.co/mistralai/Magistral-Small-2509) using [ik_llama.cpp](https://github.com/ikawrakow/ik_llama.cpp) with importance matrix optimization and custom tensor-specific quantization.
|
| 31 |
|
| 32 |
## Model Details
|
| 33 |
-
- **Base Model:**
|
| 34 |
- **Quantization Method:** Custom IQ4_KS recipe with importance matrix
|
| 35 |
-
- **Target VRAM:**
|
| 36 |
-
- **Context Length:** Up to 32K tokens
|
| 37 |
- **Quantization Tool:** ik_llama.cpp with imatrix calibration
|
| 38 |
|
| 39 |
## Benchmark Results
|
|
|
|
| 30 |
A high-quality quantized version of [mistralai/Magistral-Small-2509](https://huggingface.co/mistralai/Magistral-Small-2509) using [ik_llama.cpp](https://github.com/ikawrakow/ik_llama.cpp) with importance matrix optimization and custom tensor-specific quantization.
|
| 31 |
|
| 32 |
## Model Details
|
| 33 |
+
- **Base Model:** mistralai/Magistral-Small-2509
|
| 34 |
- **Quantization Method:** Custom IQ4_KS recipe with importance matrix
|
| 35 |
+
- **Target VRAM:** 12GB for full offload
|
|
|
|
| 36 |
- **Quantization Tool:** ik_llama.cpp with imatrix calibration
|
| 37 |
|
| 38 |
## Benchmark Results
|