We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dede2ed commit ecaf786Copy full SHA for ecaf786
tests/test_optimizers.py
@@ -63,9 +63,6 @@ def _closure() -> float:
63
64
optimizer_class, config, iterations = optimizer_fp32_config
65
66
- if optimizer_class.__name__ != 'Muon':
67
- pytest.skip()
68
-
69
optimizer_name: str = optimizer_class.__name__
70
if optimizer_name == 'Nero' and 'constraints' not in config:
71
pytest.skip(f'skip {optimizer_name} w/o {config}')
0 commit comments