Views
No views yet
| File | Quantization | Context | Size |
|---|---|---|---|
qwen3_8b_channelwise_int8_float32kv.litertlm | channel-wise INT8 weights, float32 KV | - | 7.74 GB |
qwen3_8b_mixed_int4.litertlm | TorchAO mixed INT4, float KV | 2048 | 4661.00 MiB |
.litertlm artifact was produced with a TorchAO-based quantize-first recipe from the original Hugging Face checkpoint. This is a mixed quantization layout rather than a uniform all-INT4 model: eligible linear projection weights are stored as blockwise INT4 with group size 32 and floating-point scales, token embedding weights use weight-only INT8 quantization, and normalization/reduction paths plus KV cache tensors remain floating point.odml.runtime_bmm and odml.cache_update.| Backend | Prefill (tok/s) | Decode (tok/s) | TTFT (s) | Peak Private Footprint |
|---|---|---|---|---|
| GPU WebGPU | 860.57 | 67.23 | 0.31 | 2588 MB |
1uv tool install litert-lm
2uvx litert-lm run --from-huggingface-repo=litert-community/Qwen3-8B qwen3_8b_mixed_int4.litertlm --prompt="What is the capital of France?"@misc{qwen3technicalreport,
title={Qwen3 Technical Report},
author={Qwen Team},
year={2025},
eprint={2505.09388},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2505.09388},
}