#1409·gpt-neox

Add Extra Eval Iters similar to Extra Save Iters

Author: aflah02Created Jul 20, 2026Updated Aug 20, 2026
Labelsfeature request

Currently you can only eval at steps % eval_interval == 0 It makes sense to have an extra list which users can supply similar to extra_save_iters to also eval at some other steps like maybe users want to also eval more frequently early in the training to see how eval performance changes. Should be a simple change.