1
0

Refactor
Some checks failed
CI / Check typos (push) Failing after 10s
CI / Check links (push) Successful in 13s
CI / Clippy (push) Failing after 1m3s
CI / Build and test (push) Failing after 10m31s

This commit is contained in:
2025-12-15 21:11:29 -08:00
parent c59ca2164e
commit 656704b281
19 changed files with 1583 additions and 1066 deletions

View File

@@ -19,8 +19,7 @@ use tracing::{debug, info};
use crate::{progress_big, split::regex_segment};
// TODO:
// - maybe don't use regex
// Maybe don't use regex for performance?
#[derive(Debug, Clone, thiserror::Error)]
pub enum TokenizerTrainError {