Duplicated from onnx-community/Qwen2.5-Coder-3B-Instruct
How to use LemOneLabs/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', 'LemOneLabs/Qwen2.5-Coder-3B-Instruct');