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