Skip to content

Commit

Permalink
chore: update infer.rs (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed May 23, 2024
1 parent bd7db80 commit 2481e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/src/infer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ impl Infer {
.tokenize(inputs, truncate)
.await
.map_err(|err| {
tracing::error!("Error occured during tokenization. {err}");
tracing::error!("Error occurred during tokenization. {err}");
err
})?;

Expand Down

0 comments on commit 2481e70

Please sign in to comment.