mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-15 05:42:07 +00:00
Bugfix: eos and bos tokens positions are inconsistent (#1567)
This commit is contained in:
parent
cfccdf3d43
commit
69a2eadc52
@ -124,7 +124,7 @@ impl Infer {
|
|||||||
queue,
|
queue,
|
||||||
shared,
|
shared,
|
||||||
limit_concurrent_requests: semaphore,
|
limit_concurrent_requests: semaphore,
|
||||||
template: (template, eos_token, bos_token),
|
template: (template, bos_token, eos_token),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user