Views
No views yet
Qwen3-0.6B-TRNQ is a Trillim-packaged, requantized build of Qwen/Qwen3-0.6B, intended for efficient text generation with the Trillim inference engine.| Item | Value |
|---|---|
| Architecture | Qwen3-0.6B dense |
| Parameters | 0.6B class |
| Source model | Qwen/Qwen3-0.6B |
| Packaging | Trillim requantized bundle |
| License | Apache 2.0 |
1pip install trillim
2trillim pull Trillim/Qwen3-0.6B-TRNQ
3trillim chat Trillim/Qwen3-0.6B-TRNQ| File | Description |
|---|---|
qmodel.tensors | Quantized weights in Trillim format |
rope.cache | Precomputed RoPE cache for runtime |
config.json | Model configuration |
generation_config.json | Generation defaults |
trillim_config.json | Trillim runtime metadata |
tokenizer.json | Tokenizer data |
tokenizer_config.json | Tokenizer configuration |
vocab.json, merges.txt | Tokenizer assets |
LICENSE