This repository contains PTQ (Post-Training Quantization) compiled HBM model files ready for deployment on RDK S100P hardware.
Image (672x960) -> Vision HBM -> [280, 1536] soft tokens
| masked_scatter
Text HBM (35-layer Decoder)
|
Token output
model/
├── gemma4-e2b_vit_ptq.hbm # Vision HBM
├── gemma4-e2b_lm_chunk_256_cache_4096_ptq.hbm # Text HBM (prefill + decode)
└── tok_embeddings.bin # Token embedding table
tokenizer/
├── tokenizer.json
├── tokenizer_config.json
├── chat_template.jinja
└── config.json
1pip install huggingface_hub
2hf download ShockleyWong/gemma4-e2b-rdk-s100p --local-dir ./gemma4_e2b_deploy
Gemma models are released under the Gemma Terms of Use. See
Google's Gemma license for details.