Bugfix: eos and bos tokens positions are inconsistent (#1567)
This commit is contained in:
parent
c55abac384
commit
142cdabed3
|
@ -113,7 +113,7 @@ impl Infer {
|
|||
queue,
|
||||
shared,
|
||||
limit_concurrent_requests: semaphore,
|
||||
template: (template, eos_token, bos_token),
|
||||
template: (template, bos_token, eos_token),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue