mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-25 17:10:42 +00:00
better logging for devex
This commit is contained in:
parent
3a85ede8ba
commit
9bd299b3ef
4 changed files with 29 additions and 2 deletions
|
|
@ -324,6 +324,11 @@ If `$TEACHER_MODEL` is a deployment alias instead of a tokenizer identifier,
|
|||
also set `--teacher.tokenizer_name ...` so the env can validate
|
||||
tokenizer compatibility.
|
||||
|
||||
The teacher-aware CLI path is currently wired for `serve`. If
|
||||
`teacher_enabled=True`, the generic `process` and `evaluate` commands are not
|
||||
teacher-aware and will fail loudly unless the environment is instantiated
|
||||
manually with `teacher_server_configs=...`.
|
||||
|
||||
Why cross-tokenizer conversion is not acceptable here:
|
||||
|
||||
- Teacher token ID `1234` and student token ID `1234` can correspond to different text.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue