Replies: 2 comments 7 replies
-
|
See this answer instead. |
Beta Was this translation helpful? Give feedback.
-
|
Oops, I was distracted by something else yesterday and thought "R7 7700X" refers to some AMD GPU that I don't know about and we are dealing with a system with 1 AMD and 1 Nvidia GPU, which does not work in I guess, uses about 7725 MiB of VRAM with an |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using R7 7700X + RTX 4070 + DDR5 6000 32GB, with following command:
.\llama-server.exe --port 9999 --device CUDA0 --temp 1.0 --min-p 0.0 --top-k 20 --top-p 0.95 --jinja -fa on -m D:\Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-Q3_K_P.gguf -c 131072 -ctk q8_0 -ctv q8_0 -np 1 --alias local -t 12 --fit on --reasoning on --chat-template-kwargs '{\"preserve_thinking\": true}' -ub 2048 --no-mmapWith llama.cpp I get:
And with ik_llama.cpp (changed --fit on to --fit, other parameters are the same) I get:
Beta Was this translation helpful? Give feedback.
All reactions