Skip to content

Commit 0778c33

Browse files
committed
add memory usage suggestions
Signed-off-by: Tiger Kaovilai <[email protected]>
1 parent e001d31 commit 0778c33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,9 @@ endef
700700
# Larger models (8GB+ memory):
701701
# - llama3.1:8b
702702
# - mistral
703+
# - gemma3:12b (11GB)
703704

705+
# suggestions: try gemma3:12b, then gemma3n:e4b, then gemma3n:e2b in order of decreasing memory requirements
704706
# Default Ollama model (using a smaller model that requires less memory)
705707
OLLAMA_MODEL ?= gemma3:12b
706708
# will require at least this much free mem in your machine or podman machine (non-linux)

0 commit comments

Comments
 (0)