danielhanchen commited on
Commit
b58e8b8
·
verified ·
1 Parent(s): 396164d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -28,12 +28,39 @@ license: apache-2.0
28
  library_name: vllm
29
  inference: false
30
  base_model:
 
31
  - mistralai/Mistral-Small-3.1-24B-Instruct-2503
32
- extra_gated_description: >-
33
- If you want to learn more about how we process your personal data, please read
34
- our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
35
  pipeline_tag: text2text-generation
36
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  # Devstral Small 1.1
39
 
 
28
  library_name: vllm
29
  inference: false
30
  base_model:
31
+ - mistralai/Devstral-Small-2507
32
  - mistralai/Mistral-Small-3.1-24B-Instruct-2503
 
 
 
33
  pipeline_tag: text2text-generation
34
  ---
35
+ > [!NOTE]
36
+ > You should use `--jinja` to enable the system prompt in `llama.cpp`.
37
+ <div>
38
+ <p style="margin-bottom: 0; margin-top: 0;">
39
+ <strong><em>Devstral 1.1, with tool-calling support.</strong></em>
40
+ </p>
41
+ <p style="margin-bottom: 0;">
42
+ <em>Learn to run Devstral correctly - <a href="https://docs.unsloth.ai/basics/devstral">Read our Guide</a>.</em>
43
+ </p>
44
+ <p style="margin-top: 0;margin-bottom: 0;">
45
+ <em><a href="https://docs.unsloth.ai/basics/unsloth-dynamic-v2.0-gguf">Unsloth Dynamic 2.0</a> achieves superior accuracy & outperforms other leading quants.</em>
46
+ </p>
47
+ <div style="display: flex; gap: 5px; align-items: center; ">
48
+ <a href="https://github.com/unslothai/unsloth/">
49
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
50
+ </a>
51
+ <a href="https://discord.gg/unsloth">
52
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
53
+ </a>
54
+ <a href="https://docs.unsloth.ai/basics/devstral">
55
+ <img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
56
+ </a>
57
+ </div>
58
+ <h1 style="margin-top: 0rem;">✨ Run & Fine-tune Devstral 1.1 with Unsloth!</h1>
59
+ </div>
60
+
61
+ - Fine-tune Mistral v0.3 (7B) for free using our Google [Colab notebook here](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Mistral_v0.3_(7B)-Conversational.ipynb)!
62
+ - Read our Blog about Devstral 1.1 support: [docs.unsloth.ai/basics/devstral](https://docs.unsloth.ai/basics/devstral)
63
+ - View the rest of our notebooks in our [docs here](https://docs.unsloth.ai/get-started/unsloth-notebooks).
64
 
65
  # Devstral Small 1.1
66