Skip to content

Commit 0932318

Browse files
committed
fix space in var for memory
Signed-off-by: Tiger Kaovilai <[email protected]>
1 parent 42bc837 commit 0932318

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,8 @@ endef
703703

704704
# Default Ollama model (using a smaller model that requires less memory)
705705
OLLAMA_MODEL ?= gemma3:12b
706-
OLLAMA_MEMORY ?= 9 # will require at least this much free mem in your machine or podman machine (non-linux)
706+
# will require at least this much free mem in your machine or podman machine (non-linux)
707+
OLLAMA_MEMORY ?= 9
707708

708709
# This target reviews staged changes using gptme with Ollama backend
709710
# Prerequisites:

0 commit comments

Comments
 (0)