Instructions to use onnx-community/Voxtral-Mini-3B-2507-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/Voxtral-Mini-3B-2507-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('audio-text-to-text', 'onnx-community/Voxtral-Mini-3B-2507-ONNX');
Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
|
@@ -65,7 +65,9 @@
|
|
| 65 |
"decoder_model_merged_q4.onnx": 2,
|
| 66 |
"decoder_model_merged_q4f16.onnx": 1,
|
| 67 |
"embed_tokens.onnx": 1,
|
| 68 |
-
"embed_tokens_fp16.onnx": 1
|
|
|
|
|
|
|
| 69 |
}
|
| 70 |
},
|
| 71 |
"vocab_size": 131072
|
|
|
|
| 65 |
"decoder_model_merged_q4.onnx": 2,
|
| 66 |
"decoder_model_merged_q4f16.onnx": 1,
|
| 67 |
"embed_tokens.onnx": 1,
|
| 68 |
+
"embed_tokens_fp16.onnx": 1,
|
| 69 |
+
"embed_tokens_quantized.onnx": 1,
|
| 70 |
+
"embed_tokens_q4.onnx": 1
|
| 71 |
}
|
| 72 |
},
|
| 73 |
"vocab_size": 131072
|