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 42bc837 commit 0932318Copy full SHA for 0932318
Makefile
@@ -703,7 +703,8 @@ endef
703
704
# Default Ollama model (using a smaller model that requires less memory)
705
OLLAMA_MODEL ?= gemma3:12b
706
-OLLAMA_MEMORY ?= 9 # will require at least this much free mem in your machine or podman machine (non-linux)
+# will require at least this much free mem in your machine or podman machine (non-linux)
707
+OLLAMA_MEMORY ?= 9
708
709
# This target reviews staged changes using gptme with Ollama backend
710
# Prerequisites:
0 commit comments