chore: tweak ctx
This commit is contained in:
@@ -60,7 +60,7 @@ in
|
|||||||
# https://huggingface.co/unsloth/Qwen3.6-27B-GGUF-MTP/tree/main
|
# https://huggingface.co/unsloth/Qwen3.6-27B-GGUF-MTP/tree/main
|
||||||
"qwen3.6-27b-udq4-thinking" = {
|
"qwen3.6-27b-udq4-thinking" = {
|
||||||
name = "Qwen3.6 (27B) - Thinking (UD-Q4)";
|
name = "Qwen3.6 (27B) - Thinking (UD-Q4)";
|
||||||
macros.ctx = "150000";
|
macros.ctx = "140000";
|
||||||
cmd = ''
|
cmd = ''
|
||||||
${llama-cpp}/bin/llama-server \
|
${llama-cpp}/bin/llama-server \
|
||||||
--port ''${PORT} \
|
--port ''${PORT} \
|
||||||
@@ -609,7 +609,7 @@ in
|
|||||||
# https://huggingface.co/unsloth/Qwen3.6-27B-GGUF-MTP/tree/main
|
# https://huggingface.co/unsloth/Qwen3.6-27B-GGUF-MTP/tree/main
|
||||||
"qwen3.6-27b-udq6-thinking" = {
|
"qwen3.6-27b-udq6-thinking" = {
|
||||||
name = "Qwen3.6 (27B) - Thinking (UD-Q6)";
|
name = "Qwen3.6 (27B) - Thinking (UD-Q6)";
|
||||||
macros.ctx = "225000";
|
macros.ctx = "196608";
|
||||||
cmd = ''
|
cmd = ''
|
||||||
${llama-cpp}/bin/llama-server \
|
${llama-cpp}/bin/llama-server \
|
||||||
--port ''${PORT} \
|
--port ''${PORT} \
|
||||||
|
|||||||
Reference in New Issue
Block a user