Views
No views yet
.litertlm files for
the LiteRT-LM runtime.| File | Context cache | Quantization | Backend target | Status |
|---|---|---|---|---|
VibeThinker-3B.litertlm | 4096 | dynamic_wi8_afp32 | CPU/GPU | Exported and template-repaired. |
VibeThinker-3B-c32k.litertlm | 32768 | dynamic_wi8_afp32 | CPU/GPU | Long-context export (32k cache). Host-packaged with mobile template. |
VibeThinker-3B-c64k.litertlm | 65536 | dynamic_wi8_afp32 | CPU/GPU | Long-context export (64k cache). Host-packaged with mobile template. |
VibeThinker-3B-web.litertlm | 2048 | dynamic_wi8_afp32 | CPU/GPU | Exported, template-repaired, and host CPU smoke-tested. |
chat_template.jinja | n/a | n/a | n/a | Mobile-safe ChatML template. Replaces the source tool-call template that fails in Android LiteRT-LM template evaluation. |
conversion_manifest.json | n/a | n/a | n/a | Toolchain versions, hashes, and conversion details. |
.litertlm files include a compressed Hugging Face tokenizer, LLM
metadata, a quantized prefill/decode TFLite model, and a quantized external
embedder.uv tool install litert-lm1litert-lm run \
2 --from-huggingface-repo Tdamre/VibeThinker-3B-litert-lm \
3 VibeThinker-3B.litertlm \
4 --backend=cpu \
5 --prompt="What is 17 * 3? Answer with just the number."1litert-lm run \
2 --from-huggingface-repo Tdamre/VibeThinker-3B-litert-lm \
3 VibeThinker-3B-web.litertlm \
4 --backend=cpu \
5 --prompt="What is 2+2? Answer with just the number."1litert-lm run \
2 --from-huggingface-repo Tdamre/VibeThinker-3B-litert-lm \
3 VibeThinker-3B-c32k.litertlm \
4 --backend=cpu \
5 --prompt="What is 17 * 3? Answer with just the number."1litert-lm run \
2 --from-huggingface-repo Tdamre/VibeThinker-3B-litert-lm \
3 VibeThinker-3B-c64k.litertlm \
4 --backend=cpu \
5 --prompt="What is 2+2? Answer with just the number."WeiboAI/VibeThinker-3B@0c7115fdd0957b3da0f2a0829ab1763969d303001litert-torch export_hf \
2 model-cache/WeiboAI-VibeThinker-3B \
3 <output_dir> \
4 --keep_temporary_files=True \
5 --prefill_lengths=128,1024 \
6 --cache_length=<2048-or-4096-or-32768-or-65536> \
7 --externalize_embedder=True \
8 --quantization_recipe=dynamic_wi8_afp321Python 3.12.12
2litert-torch 0.9.1
3litert-lm 0.13.1
4ai-edge-litert 2.1.5
5ai-edge-quantizer 0.7.0
6torch 2.12.0+cu130
7transformers 5.9.0.task bundles were not uploaded because VibeThinker-3B ships an HF
tokenizer.json rather than a SentencePiece tokenizer.model.