This commit is contained in:
Nicolas Patry 2023-11-25 11:50:31 +00:00
parent a7ed31cf6c
commit d9dffb55c0

View File

@ -315,7 +315,6 @@ mod tests {
if !filename.exists() {
std::fs::rename(tmp_filename, filename).unwrap()
}
}
Tokenizer::from_file("tokenizer.json").unwrap()
}