Distributed Muon Optimizer (#3264)

* init

* working

* updating configs

* removing unneeded files

* lint

* comments

* lint

* fix regex match

* bump contribs version

* comments

* fixing tests and imports

* muon imports in test v2

* test cleanup

* bump contribs version

---------

Co-authored-by: Salman Mohammadi <“salman.mohammadi@outlook.com”>
This commit is contained in:
salman
2025-12-19 16:43:47 +01:00
committed by GitHub
parent 3750d7dd64
commit bbd3486f57
9 changed files with 387 additions and 55 deletions

View File

@@ -363,5 +363,5 @@ class TestOptimizerValidation(BaseValidation):
}
)
with pytest.raises(ValueError, match=r".*is currently incompatible with*"):
with pytest.raises(ValueError, match=r".*only compatible with FSDP2.*"):
validate_config(cfg)