Skip to content

Commit 0a51da1

Browse files
committed
git-commit-push-scriptsh updated
1 parent d2b31a0 commit 0a51da1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

git-commit-push-script.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ TIMEOUT_SECONDS=30 # 7B INT4 generates 15 tokens well under 10s warm
77
MAX_COMMIT_LENGTH=72 # Standard git commit length
88

99
# Squish model selection.
10-
# 7B runs at 15-25 tok/s on M3 16GB (comfortably fits in memory).
11-
# 14B is too slow on 16GB — use it only if you have 32GB+ RAM.
12-
# Override: SQUISH_MODEL=14b cm
13-
SQUISH_MODEL="${SQUISH_MODEL:-1.5b cm}"
10+
# qwen3:8b INT4 (~4.5 GB) — best quality on M3 16GB, ~22 tok/s generate.
11+
# Override: SQUISH_MODEL=qwen3:4b cm (faster, slightly lower quality)
12+
SQUISH_MODEL="${SQUISH_MODEL:-qwen3:8b}"
1413

1514
# Squish server port — must match the port squish is started with.
1615
# CLI default is 11435; override with SQUISH_PORT env var.

0 commit comments

Comments
 (0)