Qwen2.5-Coder-7B-Instruct โ ONNX
ONNX export of Qwen/Qwen2.5-Coder-7B-Instruct, published by Liodon AI.
Exported with optimum (optimum.exporters.onnx.main_export,
task text-generation-with-past, so the graph exposes past-key-value inputs/outputs for KV-cached
autoregressive decoding).
Files
| File | Size | Notes |
|---|---|---|
model.onnx |
30.46 GB | FP32, full precision |
model_fp16.onnx |
15.95 GB | FP16, for GPU execution providers |
Quick Start
import onnxruntime as ort
from transformers import AutoTokenizer
tok = AutoTokenizer.from_pretrained("liodon-ai/Qwen2.5-Coder-7B-Instruct-ONNX")
sess = ort.InferenceSession("model_quantized.onnx", providers=["CPUExecutionProvider"])
# past_key_values.*.key / .value inputs must be supplied (zero-length tensors
# for the first forward pass) -- see optimum's ORTModelForCausalLM for a
# ready-made wrapper that handles KV-cache bookkeeping automatically:
# from optimum.onnxruntime import ORTModelForCausalLM
# model = ORTModelForCausalLM.from_pretrained("liodon-ai/Qwen2.5-Coder-7B-Instruct-ONNX", file_name="model_quantized.onnx")
Source
- Model: Qwen/Qwen2.5-Coder-7B-Instruct
- License: other
Citation
@misc{liodonai_qwen2_5_coder_7b_instruct_onnx,
title = {Qwen2.5-Coder-7B-Instruct โ ONNX},
author = {{Liodon AI}},
year = {2026},
howpublished = {\url{https://huggingface.co/liodon-ai/Qwen2.5-Coder-7B-Instruct-ONNX}},
note = {ONNX export of Qwen/Qwen2.5-Coder-7B-Instruct}
}
Exported by Liodon AI
- Downloads last month
- 14