Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Oct 10, 2024
1 parent b51951b commit 3f1b056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bpe-openai/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub use bpe::*;
/// produce the same output as the tiktoken tokenizers. The type gives access
/// to the regex and underlying bye-pair encoding if needed. Note that using
/// the byte-pair encoding directly does not take the regex into account and
/// may result in output that differs from tiktoken.
/// may result in output that differs from tiktoken.
pub struct Tokenizer {
/// The byte-pair encoding for this tokenizer.
pub bpe: BytePairEncoding,
Expand Down

0 comments on commit 3f1b056

Please sign in to comment.