Skip to content

Commit 9e9acd3

Browse files
Update documentation with GGUF models (#4148)
Fixes #4149 --------- Co-authored-by: Juan Cruz-Benito <[email protected]>
1 parent 2cb1af4 commit 9e9acd3

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/guides/qiskit-code-assistant-local.mdx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,23 @@ These are the latest recommended models for use with Qiskit Code Assistant:
4242

4343
GGUF format models are optimized for local use and require fewer computational resources:
4444

45-
1. [qiskit/qwen2.5-coder-14b-qiskit-GGUF](https://huggingface.co/Qiskit/qwen2.5-coder-14b-qiskit-GGUF) - Released June 2025
46-
2. [qiskit/granite-3.3-8b-qiskit-GGUF](https://huggingface.co/Qiskit/granite-3.3-8b-qiskit-GGUF) - Released June 2025
47-
3. [qiskit/granite-3.2-8b-qiskit-GGUF](https://huggingface.co/Qiskit/granite-3.2-8b-qiskit-GGUF) - Released June 2025
45+
1. [mistral-small-3.2-24b-qiskit-GGUF](https://huggingface.co/Qiskit/mistral-small-3.2-24b-qiskit-GGUF) – Released **October 2025**
46+
*Trained with Qiskit data up to version **2.1***
47+
48+
2. [qiskit/qwen2.5-coder-14b-qiskit-GGUF](https://huggingface.co/Qiskit/qwen2.5-coder-14b-qiskit-GGUF) – Released **June 2025**
49+
*Trained with Qiskit data up to version **2.0***
50+
51+
3. [qiskit/granite-3.3-8b-qiskit-GGUF](https://huggingface.co/Qiskit/granite-3.3-8b-qiskit-GGUF) – Released **June 2025**
52+
*Trained with Qiskit data up to version **2.0***
53+
54+
4. [qiskit/granite-3.2-8b-qiskit-GGUF](https://huggingface.co/Qiskit/granite-3.2-8b-qiskit-GGUF) – Released **June 2025**
55+
*Trained with Qiskit data up to version **2.0***
4856

4957
#### Qiskit versions used for training
5058

5159
| **Model** | | **Benchmark Metrics** | | **Release date** | **Trained on Qiskit version** |
5260
|---|---|---|---|---|---|
53-
| | **QiskitHumanEval** | **QiskitHumanEval-Hard** | **HumanEval** | | |
61+
| | **QiskitHumanEval-Hard** | **QiskitHumanEval** | **HumanEval** | | |
5462
| **mistral-small-3.2-24b-qiskit** | 20.53 | 40.39 | 77.49 | **October 2025** | **2.1** |
5563
| qwen2.5-coder-14b-qiskit | 25.16 | 49.01 | 91.46 | June 2025 | 2.0 |
5664
| granite-3.3-8b-qiskit | 14.56 | 27.15 | 62.80 | June 2025 | 2.0 |

0 commit comments

Comments
 (0)