Bugfix: eos and bos tokens positions are inconsistent

This commit is contained in:
Aaron Mihalik 2024-02-16 03:30:44 -05:00 committed by GitHub
parent c55abac384
commit 1e51fdc1a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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