Skip to content

Commit 142cdab

Browse files
authored
Bugfix: eos and bos tokens positions are inconsistent (#1567)
1 parent c55abac commit 142cdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/src/infer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ impl Infer {
113113
queue,
114114
shared,
115115
limit_concurrent_requests: semaphore,
116-
template: (template, eos_token, bos_token),
116+
template: (template, bos_token, eos_token),
117117
}
118118
}
119119

0 commit comments

Comments
 (0)