Skip to content

Commit d90793e

Browse files
committed
update timeout for cold start coverage
1 parent 0a51da1 commit d90793e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-commit-push-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source ~/.bash_profile
33

44
# Configuration
55
MAX_DIFF_CHARS=300 # ~75 input tokens — halves prefill vs 600
6-
TIMEOUT_SECONDS=30 # 7B INT4 generates 15 tokens well under 10s warm
6+
TIMEOUT_SECONDS=120 # covers cold model.load_weights() (~90s) + inference
77
MAX_COMMIT_LENGTH=72 # Standard git commit length
88

99
# Squish model selection.

0 commit comments

Comments
 (0)