52d5f66216
The abliterated/NVFP4 Qwopus 122B "gen" model (+ qwen-large / summarizer-large aliases) had no repetition control in its sampling defaults, causing degenerate repetition loops. Add presence_penalty: 1.0 (Qwen-documented anti-repetition lever, range 0-2) to all 7 qwen3.5-122-a10b gateway records. Overrideable default; bake into the vLLM serving def once the value is validated.