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 GitHub
parent c55abac384
commit 142cdabed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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),
}
}