The bundle contains INT8 text prefill/decode, external and per-layer embedders,
a Gemma 4 vision encoder, and a vision adapter. It was converted natively on a
Linux ARM64 NVIDIA DGX Spark; no x86 emulation was used.
1litert-lm import \
2 Huihui-gemma-4-E2B-it-abliterated.litertlm \
3 huihui-gemma4-e2b
4
5litert-lm run huihui-gemma4-e2b \
6 --backend gpu \
7 --vision-backend gpu \
8 --attachment image.png \
9 --prompt "Describe this image."
The resulting bundle is approximately 4.9 GiB. Text and image inference were
both validated through the LiteRT-LM CLI and its OpenAI-compatible API.
The source is an abliterated model with substantially reduced refusal behavior.
It can produce sensitive, controversial, or inappropriate content. Review its
outputs and do not assume that it provides default safety guarantees.