--- license: gemma base_model: google/gemma-3-1b-it library_name: basert pipeline_tag: text-generation tags: - basert - apple-silicon - quantized --- # gemma-3-1b-it [BaseRT](https://github.com/basecompute/baseRT) `.base` builds of [`google/gemma-3-1b-it`](https://huggingface.co/google/gemma-3-1b-it) for fast local inference on Apple Silicon (Metal). ## Files | File | Precision | Size | |------|-----------|------| | `gemma-3-1b-it-Q4.base` | 4-bit | 580 MB | | `gemma-3-1b-it-Q8.base` | 8-bit | 1.0 GB | ## Usage ```bash curl -LsSf https://basecompute.co/install.sh | sh basert pull basecompute/gemma-3-1b-it basert chat basecompute/gemma-3-1b-it ``` Released under the gemma license, inherited from the base model.