Instructions to use onnx-community/Qwen2-VL-2B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/Qwen2-VL-2B-Instruct with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-text-to-text', 'onnx-community/Qwen2-VL-2B-Instruct');
Getting error while exporting the script
#8 opened 5 months ago
by
ajaysoni1207
Can a 0.5b ONNX model of qwen2/qwen2.5 VL be exported for deployment on edge devices?
#7 opened 10 months ago
by
a826327700
Can someone please publish an example in javascript (transformers.js) how to use this model to create video description?
1
#6 opened about 1 year ago
by
zlelik
How can I use this for inference on my local machine, using Python.
1
#5 opened about 1 year ago
by
WaqarMirza777
Q4F16 model throws errors
2
#4 opened over 1 year ago
by
pdufour