Skip to content

Commit

Permalink
chore: update infer.rs
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
eltociear committed May 23, 2024
1 parent 0a33ea8 commit 1be8fc6
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 1be8fc6

Please sign in to comment.