Y
Hacker News
new
|
ask
|
show
|
jobs
by
cpburns2009
33 days ago
Looping is a common problem with the Qwen models. I've had good luck using --repeat-penalty=1.1 with llama.cpp and 27B. vLLM should have a similar option.
2 comments
Der_Einzige
31 days ago
Please switch to using the far superior reptation penalty, DRY. It's built into llamacpp.
link
cpburns2009
29 days ago
What are good DRY setting
link
etdznots
32 days ago
This is the default value!
link
cpburns2009
32 days ago
Llama.cpp defaults to 1.0 (disabled) and so does vLLM. It looks like only ollama defaults to 1.1.
link