fix copy bug
This commit is contained in:
@@ -103,7 +103,7 @@ class QwQLlmEngine(LlmEngine):
|
||||
}
|
||||
|
||||
if self._logits_processor:
|
||||
generation_kwargs["logits_processor"] = [self._logits_processor]
|
||||
generation_kwargs["logits_processor"] = [self._logits_processor.copy()]
|
||||
|
||||
generation_thread = Thread(
|
||||
target=self._pipline,
|
||||
|
||||
Reference in New Issue
Block a user