Views
No views yet

google/gemma-4-31B-it. It is engineered for local-first DPM//BENCH experiments, specifically targeting long-horizon incident narratives and red-team traces.Objective: Package the base instruction model into a runtime format for deterministic projection memory experiments, ensuring that append-only event logs map to a consistent structured memory surface.
1python -m litert_torch.generative.export_hf \
2 --model /path/to/google/gemma-4-31B-it \
3 --output_dir /path/to/out/gemma-4-31B-it-litert-lm \
4 --externalize_embedder True \
5 --single_token_embedder True \
6 --experimental_lightweight_conversion True \
7 --bundle_litert_lm True \
8 --task text_generation.litertlm artifact.| Requirement | Specification | Context |
|---|---|---|
| RAM | 128 GB+ | Minimum for 31B conversion overhead |
| Disk Space | 500 GB | Workspace for intermediate FlatBuffer assets |
| Storage Type | NVMe SSD | Crucial for large model serialization |
| Inference | Apple Silicon / GPU | 31B is unsuitable for fast CPU-only DPM |
.litertlm bundle.temp 0 and a fixed seed, repeated projection calls must yield identical memory-surface bytes.