Instructions to use onnx-community/Janus-Pro-1B-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/Janus-Pro-1B-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('any-to-any', 'onnx-community/Janus-Pro-1B-ONNX');
how to export onnx
➕ 2
1
#5 opened over 1 year ago
by
ddf123
Export to onnx script?
1
#4 opened over 1 year ago
by
khaahmed
Python ONNXRuntime inference example
❤️👍 5
2
#3 opened over 1 year ago
by
happyme531