Instructions to use Sharjeelbaig/Supra-Router-51M-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Sharjeelbaig/Supra-Router-51M-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'Sharjeelbaig/Supra-Router-51M-ONNX');
File size: 169 Bytes
03081fc | 1 2 3 4 5 6 7 8 9 10 | {
"modes": ["int8", "q8"],
"per_channel": true,
"reduce_range": false,
"block_size": null,
"is_symmetric": true,
"accuracy_level": null,
"quant_type": 1
}
|