File size: 1,058 Bytes
a4742fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
492cdd3
a4742fd
 
 
492cdd3
 
 
a4742fd
 
 
 
 
492cdd3
a4742fd
492cdd3
a4742fd
492cdd3
a4742fd
 
 
 
492cdd3
a4742fd
492cdd3
a4742fd
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
license: apache-2.0
base_model:
- mistralai/Devstral-Small-2-24B-Instruct-2512
tags:
- mistralai
- devstral
- devstral-small
- gguf
- llama.cpp
- text-generation
- quantized
---

# Devstral-Small-2-24B-Instruct-2512-GGUF

This repository provides a **GGUF conversion** of  
[mistralai/Devstral-Small-2-24B-Instruct-2512](https://huggingface.co/mistralai/Devstral-Small-2-24B-Instruct-2512).

The model is intended for **local inference** using the llama.cpp ecosystem and compatible tools.

---

## Model Details

- **Base model**: mistralai/Devstral-Small-2-24B-Instruct-2512  
- **Parameters**: 24B  
- **Format**: GGUF (F16)  
- **Task**: Text Generation  
- **Fine-tuning**: None (direct conversion)

---

## Relationship to the base model

This model is a **format conversion only**.  
No additional training, fine-tuning, or alignment steps were applied.

All weights originate from the original model published by Mistral AI.

---

## Usage (llama.cpp)

```bash
./llama-cli \
  -m Devstral-Small-2-24B-Instruct-2512.gguf \
  -p "Your prompt here"