address problems

This commit is contained in:
Jai Suphavadeeprasit 2026-03-13 16:12:05 -04:00
parent 322e7e6623
commit a8cdb53a4d
6 changed files with 99 additions and 24 deletions

View file

@ -318,6 +318,10 @@ TeacherDistillationConfig(
)
```
If `teacher_server.model_name` is a deployment alias rather than a tokenizer
identifier, set `teacher_server.tokenizer_name` explicitly so the env can
validate tokenizer compatibility.
CLI shape:
```bash