Commit 793c45b
committed
fix: add repetition_penalty=1.3 to all vLLM services (fixes #2930 text repetition)
- funasr-server (_server_app.py): add repetition_penalty=1.3 to generate()
- serve_vllm.py: add repetition_penalty=1.3 to gen_kwargs
- Bump version to 1.3.61 parent 3953072 commit 793c45b
3 files changed
Lines changed: 3 additions & 2 deletions
File tree
- examples/industrial_data_pretraining/fun_asr_nano
- funasr
- bin
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments