How to use onnx-community/Qwen2.5-Coder-3B-Instruct with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'onnx-community/Qwen2.5-Coder-3B-Instruct');