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

@ -320,6 +320,10 @@ What to configure on the environment side:
--env.teacher_top_k 8
```
If `$TEACHER_MODEL` is a deployment alias instead of a tokenizer identifier,
also set `--env.teacher_server.tokenizer_name ...` so the env can validate
tokenizer compatibility.
Why cross-tokenizer conversion is not acceptable here:
- Teacher token ID `1234` and student token ID `1234` can correspond to different text.