Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
142cdabe
Unverified
Commit
142cdabe
authored
Feb 16, 2024
by
Aaron Mihalik
Committed by
GitHub
Feb 16, 2024
Browse files
Bugfix: eos and bos tokens positions are inconsistent (#1567)
parent
c55abac3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
router/src/infer.rs
router/src/infer.rs
+1
-1
No files found.
router/src/infer.rs
View file @
142cdabe
...
...
@@ -113,7 +113,7 @@ impl Infer {
queue
,
shared
,
limit_concurrent_requests
:
semaphore
,
template
:
(
template
,
e
os_token
,
b
os_token
),
template
:
(
template
,
b
os_token
,
e
os_token
),
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment