bartowski commited on
Commit
0276957
·
verified ·
1 Parent(s): 3bca38b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -17,7 +17,13 @@ Using <a href="https://github.com/ggml-org/llama.cpp/">llama.cpp</a> release <a
17
 
18
  Original model: https://huggingface.co/mistralai/Devstral-Small-2-24B-Instruct-2512
19
 
20
- Thank you to ngxson and compilade for helping to get the conversion from FP8 working correctly
 
 
 
 
 
 
21
 
22
  All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) combined with a subset of combined_all_small.parquet from Ed Addario [here](https://huggingface.co/datasets/eaddario/imatrix-calibration/blob/main/combined_all_small.parquet)
23
 
 
17
 
18
  Original model: https://huggingface.co/mistralai/Devstral-Small-2-24B-Instruct-2512
19
 
20
+ **Thank you to ngxson and compilade for helping to get the conversion from FP8 working correctly**
21
+
22
+ **Do not expect this to work with mistral-vibe**
23
+
24
+ More work is likely needed to get llama.cpp server to work correctly with mistral-vibe tool calling, in quick testing tool calls work but only when they're singular, chained tool calls break
25
+
26
+ ANY issues should be reported to llama.cpp, NOT mistral!
27
 
28
  All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) combined with a subset of combined_all_small.parquet from Ed Addario [here](https://huggingface.co/datasets/eaddario/imatrix-calibration/blob/main/combined_all_small.parquet)
29