Unverified Commit 142cdabe authored by Aaron Mihalik's avatar Aaron Mihalik Committed by GitHub
Browse files

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

parent c55abac3
......@@ -113,7 +113,7 @@ impl Infer {
queue,
shared,
limit_concurrent_requests: semaphore,
template: (template, eos_token, bos_token),
template: (template, bos_token, eos_token),
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment