increase context size
This commit is contained in:
@@ -10,17 +10,17 @@ data:
|
|||||||
cmd: |
|
cmd: |
|
||||||
/app/llama-server
|
/app/llama-server
|
||||||
-hf unsloth/DeepSeek-R1-0528-Qwen3-8B-GGUF:Q4_K_M
|
-hf unsloth/DeepSeek-R1-0528-Qwen3-8B-GGUF:Q4_K_M
|
||||||
-ngl 37
|
-ngl 37 -c 16384
|
||||||
--port ${PORT}
|
--port ${PORT}
|
||||||
"Qwen3-8B-GGUF":
|
"Qwen3-8B-GGUF":
|
||||||
cmd: |
|
cmd: |
|
||||||
/app/llama-server
|
/app/llama-server
|
||||||
-hf unsloth/Qwen3-8B-GGUF:Q4_K_M
|
-hf unsloth/Qwen3-8B-GGUF:Q4_K_M
|
||||||
-ngl 37
|
-ngl 37 -c 16384
|
||||||
--port ${PORT}
|
--port ${PORT}
|
||||||
"Qwen3-8B-GGUF-Q6_K":
|
"Qwen3-8B-GGUF-Q6_K":
|
||||||
cmd: |
|
cmd: |
|
||||||
/app/llama-server
|
/app/llama-server
|
||||||
-hf unsloth/Qwen3-8B-GGUF:Q6_K
|
-hf unsloth/Qwen3-8B-GGUF:Q6_K
|
||||||
-ngl 37
|
-ngl 37 -c 16384
|
||||||
--port ${PORT}
|
--port ${PORT}
|
||||||
|
|||||||
Reference in New Issue
Block a user