Views
No views yet
.tic compression of google/gemma-4-12B-it.| Precision | BF16 |
| Raw weights | 23.92 GB |
.tic weights | 17.05 GB (28.7% savings) |
1# Install
2curl -fsSL https://isiro.ai/install.sh | sh
3
4# Download .tic bundle
5pip install -U huggingface_hub
6hf download isiroai/gemma-4-12B-it-TIC --local-dir gemma-4-12B-it-TIC
7
8# Serve (vLLM supported today)
9isiro serve gemma-4-12B-it-TIC --target vllmmodel.tic.manifest.json.1# Confirm .tic integrity via the hash manifest
2isiro verify gemma-4-12B-it-TIC
3
4# Optional: confirm .tic weights match the raw weights (requires compiler)
5hf download google/gemma-4-12B-it --local-dir gemma-4-12B-it
6isiro verify gemma-4-12B-it-TIC -r gemma-4-12B-it.tic, ISIRO Runtime, and Compiler: ISIRO EULA.