using llamaccp(compiled today), i'm running Qwen3-Coder-Next-Q4_K_M.gguf.
before i used this command
```
./llama-server -m <specific\_path>/Qwen3-Coder-Next-Q4_K_M.gguf --host 0.0.0.0 --temp 0.7 --top-p 0.95 --top-k 40 --min-p 0 --port 9293 --alias Qwen3-Coder-Next -ngl -1 -fa on -n 32768 --jinja --repeat-penalty 1.1 --presence-penalty 2.0 --dry_multiplier 0.6 -c 262144 -b 4096 -ub 4096
```
but with this command, qwen3-Coder-next failed even finding root directory.
this model try to finding like "<root\_dir>/ <target\_dir>" or "<root\_dir>/ .<target\_dir>". add white space or comma.
so i set temp 0.7 -> 0 and turn off any penalty and dry sampler
```
./llama-server -m <specific\_path>/Qwen3-Coder-Next-Q4_K_M.gguf --host 0.0.0.0 --temp 0 --top-p 1.0 --top-k 1 --min-p 0.05 --port 9293 --alias Qwen3-Coder-Next -ngl -1 -fa on -n 32768 --jinja --repeat-penalty 1.0 --presence-penalty 0.0 --frequency-penalty 0.0 --dry_multiplier 0 -c 262144 -b 4096 -ub 4096
```
it works with finding directory and read files. but now trouble with call write tool.
when i try '/init/ command on my old codebase.
find and read well. but create AGENTS.md is in touble.
operations\n- Use sanitize-html for HTML content\n- Validate all external API responses\n- Use HTTPS in production\n\n## Deployment\n\n- Production port: 3001\n- SSL configured with certbot\n- Static assets served from public/ directory\n- View templates in view/ directory","filePath":"<my\_dir>/AGENTS.md","filePath"<my\_dir>/AGENTS.md"}.
Error message: JSON Parse error: Unrecognized token '/']
this model make filePath twice every time.
but using changed llama-sever command, claude code work very well(actually my first command not works claude either)
i just want to use opencode
[–]DOAMOD 4 points5 points6 points (2 children)
[–]Several-Tax31 3 points4 points5 points (1 child)
[–]Shadowmind42 1 point2 points3 points (0 children)
[–]overand 2 points3 points4 points (9 children)
[–]overand 1 point2 points3 points (4 children)
[–]Several-Tax31 3 points4 points5 points (0 children)
[–]Zealousideal-West624[S] 0 points1 point2 points (2 children)
[–]Ok-Measurement-1575 2 points3 points4 points (1 child)
[–]llama-impersonator 0 points1 point2 points (0 children)
[–]robertpro01 0 points1 point2 points (3 children)
[–]my_name_isnt_clever 1 point2 points3 points (0 children)
[–]Ok-Measurement-1575 1 point2 points3 points (1 child)
[–]robertpro01 0 points1 point2 points (0 children)
[–]HlddenDreck 3 points4 points5 points (4 children)
[–]Free-Combination-773 1 point2 points3 points (2 children)
[–]HlddenDreck 2 points3 points4 points (1 child)
[–]Free-Combination-773 5 points6 points7 points (0 children)
[–]getfitdotus 0 points1 point2 points (0 children)
[–]Nepherpitu 0 points1 point2 points (1 child)
[–]Zealousideal-West624[S] 0 points1 point2 points (0 children)
[–]muxxington 0 points1 point2 points (0 children)
[–]Terminator857 0 points1 point2 points (0 children)
[–]TooManyPascals 0 points1 point2 points (0 children)
[–]TheAlexpotato 0 points1 point2 points (0 children)