bullerwins commited on
Commit
4f81689
·
verified ·
1 Parent(s): 7bd9bf1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -28,13 +28,21 @@ license: apache-2.0
28
  library_name: vllm
29
  inference: false
30
  base_model:
31
- - mistralai/Mistral-Small-3.1-24B-Base-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: image-text-to-text
36
  ---
37
 
 
 
 
 
 
 
 
 
38
  # Mistral-Small-3.2-24B-Instruct-2506
39
 
40
  Mistral-Small-3.2-24B-Instruct-2506 is a minor update of [Mistral-Small-3.1-24B-Instruct-2503](https://huggingface.co/mistralai/Mistral-Small-3.1-24B-Instruct-2503).
 
28
  library_name: vllm
29
  inference: false
30
  base_model:
31
+ - mistralai/Mistral-Small-3.2-24B-Instruct-2506
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: image-text-to-text
36
  ---
37
 
38
+ Quantized with (llm-compressor)[https://github.com/vllm-project/llm-compressor/tree/main/experimental/mistral] experimental update for mistral
39
+
40
+ Ideal to use with vllm
41
+
42
+ ```
43
+ vllm serve bullerwins/Mistral-Small-3.2-24B-Instruct-2506-FP8 -tp 4 --tokenizer-mode mistral --config-format mistral --load-format mistral --tool-call-parser mistral --enable-auto-tool-choice
44
+ ```
45
+
46
  # Mistral-Small-3.2-24B-Instruct-2506
47
 
48
  Mistral-Small-3.2-24B-Instruct-2506 is a minor update of [Mistral-Small-3.1-24B-Instruct-2503](https://huggingface.co/mistralai/Mistral-Small-3.1-24B-Instruct-2503).