Instructions to use litert-community/Ternary-Bonsai-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT-LM
How to use litert-community/Ternary-Bonsai-8B with LiteRT-LM:
# LiteRT-LM runs on various platforms (Android, iOS, Windows, Linux, macOS, IoT, Web/WASM) # and supports many APIs (C++, Python, Kotlin, Swift, JavaScript, Flutter). # For platform-specific integration guides, please refer to the official developer website: # https://ai.google.dev/edge/litert-lm # To try LiteRT-LM, the easiest way is to use our CLI tool. # 1. Install the LiteRT-LM CLI tool: pip install -U litert-lm # 2. Download and run this model locally: # See: https://ai.google.dev/edge/litert-lm/cli litert-lm run \ --from-huggingface-repo=litert-community/Ternary-Bonsai-8B \ --prompt="Write me a poem"
- Notebooks
- Google Colab
- Kaggle
Ternary-Bonsai-8B β LiteRT-LM (INT2 / ternary, mobile GPU)
Ternary (INT2) .litertlm bundles of
prism-ml/Ternary-Bonsai-8B-unpacked,
packaged for the LiteRT-LM runtime and
Google AI Edge Gallery.
These run on the mobile GPU accelerator, not the NPU.
An 8B that fits in ~2.2β2.6 GB β ternary weights are what make a model this size practical on a phone GPU at all.
Recommended:
bonsai-8b-int2pc-4k-gpu.litertlm. The plain, unmodified build with no optimizations applied. Everything else in this repo is experimental β longer context or lighter activations, but whether a given one loads depends on your app's LiteRT / LiteRT-LM version and dependencies. Start with the recommended build; reach for an experimental one only if you specifically need what it offers.
Builds
| file | ctx | weights | activations | size | notes |
|---|---|---|---|---|---|
bonsai-8b-int2pc-4k-gpu.litertlm |
4096 | INT2 per-channel | fp32 | 2.56 GB | RECOMMENDED β plain, no optimizations |
bonsai-8b-sdpa-fp16-int2all-32k-fixed2.litertlm |
32768 | INT2 (all) | fp16 | 2.16 GB | experimental β fp16 activations, fused SDPA, smallest |
bonsai-8b-int2pc-32k-crashfix.litertlm |
32768 | INT2 per-channel | fp32 | 2.56 GB | experimental β long context, no SDPA fusion |
Ternary-Bonsai-8B's max_position_embeddings is 65536, so the 32k builds here do not reach
the model's full context. A 64k build is possible and simply hasn't been made yet.
All bundles carry Bonsai's own chat template (Qwen3 ChatML with the reasoning block intact).
Why several variants
The GPU accelerator runs a float graph β INT2 is a storage format, and compute happens in fp16/fp32. Two consequences shape this list:
- Per-channel ternary dequantizes coherently. Block-quantized weights mix scales inside a single GEMM, which is why the per-channel builds are the conservative choice.
- fp16 activations are lighter and smaller but less widely supported. The
sdpa-fp16bundle is the most compact here; it is also the most likely to meet a runtime that won't take it.
Support ranges by app, so the full set is published rather than a single "best" build.
Sampling defaults
Every bundle ships these in its LlmMetadata, so a LiteRT-LM host picks them up without
any configuration:
| parameter | value |
|---|---|
| type | TOP_P |
| top-k | 20 |
| top-p | 0.85 |
| temperature | 0.5 |
These are the values the bundles were built with. Override them in your host if you want different behaviour.
Usage
Any LiteRT-LM host β the AI Edge Gallery app, or litert_lm_main β with the GPU backend selected.
Provenance and licensing
- Base model:
prism-ml/Ternary-Bonsai-8B-unpacked, Apache-2.0 - Built from Qwen3-8B, Copyright 2024 Alibaba Cloud, Apache-2.0
- These bundles are quantized, repackaged derivatives. No weights were retrained.
Created using Bonsai by Prism ML.
Training data: None was used here. These are post-training quantizations and repackagings of the released Bonsai checkpoint; no additional training, fine-tuning, or calibration data was involved. For the base model's training data, see the upstream Prism ML and Qwen3 model cards.
PII: No dataset was collected, processed, or shipped as part of this conversion, so no personally identifiable information is present in these artifacts beyond whatever the upstream released weights already encode.
- Downloads last month
- 53
Model tree for litert-community/Ternary-Bonsai-8B
Base model
prism-ml/Ternary-Bonsai-8B-unpacked