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 +1 -0
config.json
CHANGED
|
@@ -59,6 +59,7 @@
|
|
| 59 |
"fp16": "float16"
|
| 60 |
},
|
| 61 |
"use_external_data_format": {
|
|
|
|
| 62 |
"decoder_model_merged.onnx": 8,
|
| 63 |
"decoder_model_merged_fp16.onnx": 4,
|
| 64 |
"decoder_model_merged_q4.onnx": 2,
|
|
|
|
| 59 |
"fp16": "float16"
|
| 60 |
},
|
| 61 |
"use_external_data_format": {
|
| 62 |
+
"audio_encoder.onnx": 2,
|
| 63 |
"decoder_model_merged.onnx": 8,
|
| 64 |
"decoder_model_merged_fp16.onnx": 4,
|
| 65 |
"decoder_model_merged_q4.onnx": 2,
|