ShapeLLM
ShapeLLM copied to clipboard
No support for repetition_penalty parameter
Description:
While modifying the ShapeLLM source code, we noticed that the model currently lacks support for the repetition_penalty parameter, which is a common feature in LLMs for reducing repetitive text generation.
Suggestion:
- Add support for
repetition_penalty, or - Document explicitly which generation parameters are supported
Thank you for considering this request.