Views
No views yet
⚠️ Unofficial build. This LiteRT-LM package is not published by Google, the LiteRT team, orJiunsong— it is a community conversion. Because of int4/int8 re-quantisation during packaging, outputs may differ from the sourceJiunsong/supergemma4-e4b-abliteratedcheckpoint and, in particular, the abliterated behaviour may be attenuated on some prompts. For reference behaviour, run the source checkpoint directly (e.g. viatransformers) or use the MLX 4-bit companion build on Apple Silicon.
Jiunsong/supergemma4-e4b-abliterated
in the .litertlm format for the
LiteRT-LM runtime
(Android, iOS, macOS, Linux, Windows, Web).| Target | Repo |
|---|---|
| LiteRT-LM (this repo) — CPU + Metal GPU via LiteRT-LM CLI / Android / iOS / Desktop | litert-lm format, 3.65 GB |
| MLX 4-bit | MLX safetensors, Mac Studio class local serving |
google/gemma-4-E4B-it —
the original Gemma 4 E4B instruct checkpoint.Jiunsong/supergemma4-e4b-abliterated —
the abliterated fine-tune. Abliteration removes the refusal direction
from the residual stream; see the source card for release behaviour notes.1uv tool install litert-lm # one-time
2
3# Run directly from this HF repo, on Apple Silicon Metal GPU:
4litert-lm run --from-huggingface-repo typomonster/supergemma4-e4b-abliterated-litert-lm \
5 supergemma4-e4b-abliterated.litertlm \
6 --prompt "Write a three-sentence story about a robot who discovers music." \
7 --backend gpu \
8 --enable-speculative-decoding=false--backend gpu routes through libLiteRtMetalAccelerator on macOS ARM64;
measured ~40 tok/s decode on Metal vs ~13 tok/s on CPU (M-series, your
mileage will vary).--enable-speculative-decoding=false is recommended — see the caveats.python/litert_lm/examples/simple_main.py in the
LiteRT-LM repo.--enable-speculative-decoding=false. The MTP drafter in
this bundle may have a reduced accept rate against the modified main
model. Speculative decoding remains correct (the main model verifies
each proposed token) but is not guaranteed to be a speedup here.google/gemma-4-E4B-it (Google DeepMind).Jiunsong/supergemma4-e4b-abliterated.