mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-25 09:04:43 +01:00
Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
This commit is contained in:
commit
3a92fa517b
|
|
@ -454,7 +454,7 @@ def get_logits_processor_patch(self, **kwargs):
|
|||
)
|
||||
|
||||
# Stuff we don't need
|
||||
elif warpers[i].__class__.__name__ in ['SuppressTokensLogitsProcessor', 'RepetitionPenaltyLogitsProcessor']:
|
||||
elif warpers[i].__class__.__name__ in ['RepetitionPenaltyLogitsProcessor']:
|
||||
del warpers[i]
|
||||
|
||||
# Add custom warpers
|
||||
|
|
|
|||
Loading…
Reference in a new issue