Exl3: fix add_bos in generator
This commit is contained in:
parent
81170eee00
commit
ba6248eec0
1 changed files with 1 additions and 1 deletions
|
|
@ -844,7 +844,7 @@ class ExllamaV3Container(BaseModelContainer):
|
|||
job = AsyncJob(
|
||||
self.generator,
|
||||
sampler=sampler,
|
||||
input_ids=self.tokenizer.encode(prompt, add_bos=False),
|
||||
input_ids=input_ids,
|
||||
max_new_tokens=max_tokens,
|
||||
stop_conditions=stop_conditions,
|
||||
banned_strings=params.banned_strings,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue