We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6e6cd commit a05b60cCopy full SHA for a05b60c
tokenizers/src/models/mod.rs
@@ -51,8 +51,8 @@ impl Serialize for OrderedVocabIter<'_> {
51
};
52
53
if !holes.is_empty() {
54
- warn!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted !");
55
- println!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted !");
+ warn!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted!");
+ println!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted!");
56
}
57
result
58
0 commit comments