export: dump_logits bin for xserv-vs-xtrain comparison
xtrain-side top-k next-token logit dump (f32 forward, same model/config/ckpt as the exporter) mirroring xserv's dump-logits, so the closed-loop check can compare both sides numerically for the same prompt + weights. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -25,3 +25,7 @@ path = "src/bin/train.rs"
|
||||
[[bin]]
|
||||
name = "export_safetensors"
|
||||
path = "src/bin/export_safetensors.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "dump_logits"
|
||||
path = "src/bin/dump_logits.rs"
|
||||
|
||||
Reference in New Issue
Block a user