Views
No views yet
.litertlm).litertlm for the LiteRT-LM runtime: mobile wNa8o8
quantization (mixed int4/int8 weights + static int8 activations), Multi-Token
Prediction (MTP) speculative decoding, and the multimodal encoders - all
intact. Runs on Android / desktop / iOS via CPU (XNNPACK) or GPU (ML Drift).Safety. Refusals are removed. This model will comply with harmful requests. Research / personal use only - you own the outputs.
.litertlm from scratch (public tooling can't reproduce
Gemma 4's MTP wiring), the working litert-community/gemma-4-E4B-it-litert-lm
artifact was patched in place: only the o_proj/down_proj weights inside
the quantized prefill_decode.tflite were edited, so the embedder, tokenizer and
MTP drafter survive byte-for-byte.o_proj/down_proj int4 codes
changed.1uv tool install litert-lm
2litert-lm run gemma-4-E4B-it-abliterated.litertlm \
3 --backend=gpu --enable-speculative-decoding=true \
4 --prompt="…".litertlm but not identical.litert-community .litertlm
(all Apache-2.0). Method: biprojection (grimjim) / p-e-w/heretic; Gemma-4
recipe from TrevorS/gemma-4-abliteration. The int4 in-place patch is original.
Base Gemma 4 Prohibited Use Policy
applies. Licensed Apache-2.0; modifications = abliteration + int4 requant.