[CI][RFC] Replace black-jupyter with ruff-format (#37210)

Co-authored-by: Alison Shao <a.shao@wustl.edu>
This commit is contained in:
Alex Nails
2026-09-02 19:46:08 -07:00
committed by GitHub
co-authored by Alison Shao
parent 2641e427be
commit 28262c20df
1411 changed files with 7766 additions and 8176 deletions
@@ -76,9 +76,9 @@ def main():
if rank == 0:
print(
f"world={world} owner={owner} shape=[{n_tok},{hidden}] "
f"(~{n_tok*hidden*2/1e6:.0f}MB) | all_ranks_bitwise_ok={bool(flags.item())} "
f"(~{n_tok * hidden * 2 / 1e6:.0f}MB) | all_ranks_bitwise_ok={bool(flags.item())} "
f"(A==truth={eq_truth} A==B={eq_ab}) | all_gather {ta:.3f}ms "
f"broadcast {tb:.3f}ms speedup {ta/tb:.2f}x",
f"broadcast {tb:.3f}ms speedup {ta / tb:.2f}x",
flush=True,
)
dist.destroy_process_group()