Views
No views yet
1ollama run ssfdre38/gemma4-nano:e2b # 3.1 GB
2ollama run ssfdre38/gemma4-nano:e4b # 4.7 GB (latest)
3ollama run ssfdre38/gemma4-nano:26b # 12 GB
4ollama run ssfdre38/gemma4-nano:31b # 13 GB1# Download GGUF
2wget https://huggingface.co/ssfdre38/gemma4-nano-gguf/resolve/main/gemma4-e2b-q3ks-nano.gguf
3
4# Create Modelfile
5echo "FROM ./gemma4-e2b-q3ks-nano.gguf
6PARAMETER num_ctx 16384" > Modelfile
7
8# Create model
9ollama create my-nano -f Modelfile
10ollama run my-nano| Model | Size | Reduction vs Stock | Notes |
|---|---|---|---|
| E2b nano | 3.1 GB | -57% (was 7.2 GB) | Fits 4GB RAM devices |
| E4b nano | 4.7 GB | -51% (was 9.6 GB) | Recommended default |
| 26b nano | 12 GB | -29% (was 17 GB) | High capability |
| 31b nano | 13 GB | -32% (was 19 GB) | 31B params < stock e4b size! |