adj ctx sizes

This commit is contained in:
2026-01-18 23:37:16 +01:00
parent fa2c918ac7
commit 2cf3b30e0d
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ FROM ./Ministral-3-14B-Instruct-2512-Q5_K_M.gguf
PARSER ministral PARSER ministral
# Full context and recommended stability parameters # Full context and recommended stability parameters
PARAMETER num_ctx 32768 PARAMETER num_ctx 43008
PARAMETER temperature 0.15 PARAMETER temperature 0.15
PARAMETER top_p 1.0 PARAMETER top_p 1.0
PARAMETER stop "</s>" PARAMETER stop "</s>"

View File

@@ -8,7 +8,7 @@ FROM ./Ministral-3-14B-Reasoning-2512-Q5_K_M.gguf
PARSER ministral PARSER ministral
# Parameters tuned for logic/reasoning # Parameters tuned for logic/reasoning
PARAMETER num_ctx 32768 PARAMETER num_ctx 43008
PARAMETER temperature 0.7 PARAMETER temperature 0.7
PARAMETER top_p 0.95 PARAMETER top_p 0.95
PARAMETER stop "</s>" PARAMETER stop "</s>"

View File

@@ -7,7 +7,7 @@ FROM ./Ministral-3-8B-Instruct-2512-Q5_K_M.gguf
PARSER ministral PARSER ministral
# Full context and recommended stability parameters # Full context and recommended stability parameters
PARAMETER num_ctx 32768 PARAMETER num_ctx 75776
PARAMETER temperature 0.15 PARAMETER temperature 0.15
PARAMETER top_p 1.0 PARAMETER top_p 1.0
PARAMETER stop "</s>" PARAMETER stop "</s>"

View File

@@ -8,7 +8,7 @@ FROM ./Ministral-3-8B-Reasoning-2512-Q5_K_M.gguf
PARSER ministral PARSER ministral
# Parameters tuned for logic/reasoning # Parameters tuned for logic/reasoning
PARAMETER num_ctx 32768 PARAMETER num_ctx 75776
PARAMETER temperature 0.7 PARAMETER temperature 0.7
PARAMETER top_p 0.95 PARAMETER top_p 0.95
PARAMETER stop "</s>" PARAMETER stop "</s>"