Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Jun 18, 2024
1 parent 17a286a commit b107253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tokenizers/src/tokenizer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,8 @@ where
decoder.decode(tokens)
} else {
Ok(tokens.join(" "))
}
}
}

impl<M, N, PT, PP, D> TokenizerImpl<M, N, PT, PP, D>
Expand Down

0 comments on commit b107253

Please sign in to comment.