Replies: 1 comment
|
If the built-in Chat works with that same model/backend, the llama.cpp/Vulkan side is probably fine. The lemonade load Qwen3-Coder-30B-A3B-Instruct-GGUF
lemonade launch opencode --model Qwen3-Coder-30B-A3B-Instruct-GGUF
lemonade launch claude --model Qwen3-Coder-30B-A3B-Instruct-GGUFFor ~/.config/opencode/opencode.jsonPlease check that this file contains a Lemonade provider pointing at your local server, usually mv ~/.config/opencode/opencode.json ~/.config/opencode/opencode.json.bak
lemonade launch opencode --model Qwen3-Coder-30B-A3B-Instruct-GGUFAlso worth checking whether an API key mismatch is involved. If you have lemonade launch claude --model Qwen3-Coder-30B-A3B-Instruct-GGUFCould you paste these outputs, with any keys redacted? ```bash The important clue will be whether Lemonade logs show an incoming If my answer solved your problem, you can click answered the question. I'm really here to help, and along the way I'm also collecting Galaxy Brain badges haha 😆 |
Uh oh!
There was an error while loading. Please reload this page.
Hi.
I have installed the last Lemonade. I have tested the Chat with several Model, all work very well.
(llama.cpp vulkan backend / Ubuntu 26.04)
But impossible to have a working opencode or claude.
I run
lemonade run Qwen3-Coder-30B-A3B-Instruct-GGUFthen
lemonade launch opencode -m Qwen3-Coder-30B-A3B-Instruct-GGUFThe prompt do nothing, 0 token used. I see no error on opencode logs.
Do I miss something ?
All reactions