-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed as not planned
Closed as not planned
Copy link
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Description
App Version
3.26.2
API Provider
OpenAI Compatible
Model Used
DeepSeek V3.1
Roo Code Task Links (Optional)
No response
๐ Steps to Reproduce
Load DeepSeek V3.1 with --jinja enabled in ik_llama.cpp, I get this warning on every prompt:
check_double_bos_eos: Added a BOS token to the prompt as specified by the model but the prompt also starts with a BOS token. So now the final prompt starts with 2 BOS tokens. Are you sure this is what you want?
Looks like Roo is adding BOS token in the prompt?
https://docs.unsloth.ai/basics/deepseek-v3.1-how-to-run-locally article mentions "A BOS is forcibly added ... For llama.cpp / GGUF inference, you should skip the BOS since itโll auto add it."
๐ฅ Outcome Summary
There should not be duplicate BOS token since this potentially can reduce quality of output by the model.
๐ Relevant Logs or Errors (Optional)
Metadata
Metadata
Assignees
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done