Instructions to use onnx-community/Qwen2.5-Coder-1.5B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/Qwen2.5-Coder-1.5B-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-1.5B-Instruct');
LICENSE.TXT missing in repo
#2
by mrniamster - opened
Can you please upload the license.txt in the file repo.
mrniamster changed discussion title from LICENCE.TXT missing in repo to LICENSE.TXT missing in repo
Hi there! It's Apache-2.0 (same as https://huggingface.co/Qwen/Qwen2.5-Coder-1.5B-Instruct). I updated the model card. Thanks!
Xenova changed discussion status to closed