We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e001d31 commit 0778c33Copy full SHA for 0778c33
Makefile
@@ -700,7 +700,9 @@ endef
700
# Larger models (8GB+ memory):
701
# - llama3.1:8b
702
# - mistral
703
+# - gemma3:12b (11GB)
704
705
+# suggestions: try gemma3:12b, then gemma3n:e4b, then gemma3n:e2b in order of decreasing memory requirements
706
# Default Ollama model (using a smaller model that requires less memory)
707
OLLAMA_MODEL ?= gemma3:12b
708
# will require at least this much free mem in your machine or podman machine (non-linux)
0 commit comments