Views
No views yet
| Property | Value |
|---|---|
| Source | google/gemma-4-E2B-it |
| Format | executorch |
| Quantization | int4 weight-only |
| Backend | xnnpack |
| Fusion | disabled |
| Total Size | 12707.7 MB |
| File | Size |
|---|---|
README.md | 0.0 MB |
chat_template.jinja | 0.0 MB |
export_config.json | 0.0 MB |
model.pte | 12677.0 MB |
tokenizer.json | 30.7 MB |
tokenizer_config.json | 0.0 MB |
1val engine = ExecuTorchEngine(modelDir = "/path/to/Gemma4-E2B-IT-ET")
2engine.prefill(prompt) { token -> print(token) }