690605:1032 ADR-034-134 #10.5 [skip CI]
CI / CD Pipeline / build (push) Has been skipped
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-06-05 10:32:27 +07:00
parent eeb9f6c686
commit eae94cf1f3
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
FROM scb10x/typhoon-ocr1.5-3b:latest
PARAMETER num_ctx 8192
PARAMETER num_predict 2048
PARAMETER num_predict 4096
PARAMETER temperature 0.1
PARAMETER top_p 0.1
PARAMETER repeat_penalty 1.1
@@ -1,7 +1,7 @@
FROM scb10x/typhoon2.5-qwen3-4b:latest
PARAMETER num_ctx 8192
PARAMETER num_predict 2048
PARAMETER num_predict 4096
PARAMETER temperature 0.1
PARAMETER top_p 0.85
PARAMETER repeat_penalty 1.15