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');
File size: 107 Bytes
b103ff1 | 1 2 3 4 5 6 | {
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 11,
"transformers_version": "4.54.0.dev0"
} |