- from_json/to_json 上提至 BaseConfig,所有子类自动继承 - _coerce 新增 dict 到 BaseConfig 子类的递归反序列化,消除子类 from_dict 重载 - PipelineConfig 等子类仅声明字段,零样板代码 - 测试 tokenizer 改为自包含 BPE(含 chat template),不依赖 params/ 目录 - 特殊 token 改用 ASCII 字符,兼容所有平台 |
||
|---|---|---|
| .. | ||
| test_checkpoint.py | ||
| test_dataset.py | ||
| test_preprocess.py | ||
| test_sampler.py | ||