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

Please switch to using the far superior reptation penalty, DRY. It's built into llamacpp.
What are good DRY setting
This is the default value!
Llama.cpp defaults to 1.0 (disabled) and so does vLLM. It looks like only ollama defaults to 1.1.