Fix EOS being ignored in ExLlamav2 after previous commit
This commit is contained in:
parent
f0f6d9bdf9
commit
bcba200790
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ class Exllamav2Model:
|
||||||
else:
|
else:
|
||||||
max_new_tokens = state['max_new_tokens']
|
max_new_tokens = state['max_new_tokens']
|
||||||
|
|
||||||
self.generator.set_stop_conditions([])
|
|
||||||
self.generator.begin_stream(ids, settings, loras=self.loras)
|
self.generator.begin_stream(ids, settings, loras=self.loras)
|
||||||
|
|
||||||
decoded_text = ''
|
decoded_text = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue