Bugfix: eos and bos tokens positions are inconsistent (#1567)

This commit is contained in:
Aaron Mihalik 2024-02-16 05:44:04 -05:00 committed by Karol Damaszke
parent cfccdf3d43
commit 69a2eadc52

View File

@ -124,7 +124,7 @@ impl Infer {
queue,
shared,
limit_concurrent_requests: semaphore,
template: (template, eos_token, bos_token),
template: (template, bos_token, eos_token),
}
}