From 445a563c6201b5999243309a930d931bb8c5fc59 Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Tue, 23 Jun 2026 10:00:47 -0700 Subject: [PATCH] update readme Signed-off-by: Hao Wu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7fec98f..ab52e606 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,11 @@ Refer to tests for usage of different optimizers, e.g. [`tests/test_orthogonali ### Integration with Megatron Core -Integration with Megatron Core is available in **dev** branch, e.g. [emerging_optimizers.py](https://github.com/NVIDIA/Megatron-LM/blob/dev/megatron/core/optimizer/emerging_optimizers.py) +Emerging optimizer has been integrated into Megatron Core with tensor parallel support and many other features (split QKV for example), check out [emerging_optimizers.py](https://github.com/NVIDIA/Megatron-LM/blob/core_v0.18.0/megatron/core/optimizer/emerging_optimizers.py). ## Benchmarks -Coming soon. +Benchmark of Muon can be found in our [blog](https://developer.nvidia.com/blog/advancing-emerging-optimizers-for-accelerated-llm-training-with-nvidia-megatron/). ## License