radixark/miles

Weight update bitwise correctness checker

Open

#405 opened on Jan 6, 2026

 (1 comment) (0 reactions) (0 assignees)Python (244 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,513 stars)
PR merge metrics
 (Avg merge 9d 17h) (200 merged PRs in 30d)

Description

Currently I have already supported some weight checking logic. It would be great if we make it a test, and/or check every time. I do not have time recently thus write this as an issue.

I guess there may be a few things to do:

  • Try to enable those flags and see whether there are any issues (or it works well and only enable that flag), especially if we want to enable it by default for all cases
  • May implement some logic like bf16 training fp8 rollout checker etc
  • May support things like "compute checksum in miles weight, compute checksum in sglang weight (after updates), check whether they are identical"

Contributor guide