We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ead94e commit 8b49352Copy full SHA for 8b49352
tests/test_cli.py
@@ -625,7 +625,7 @@ def test_config_already_fsdp2(self):
625
with self.assertLogs(level="WARNING") as cm:
626
to_fsdp2_command(args)
627
628
- assert "Config already specfies FSDP2, skipping conversion..." in cm.output[0]
+ assert "Config already specifies FSDP2, skipping conversion..." in cm.output[0]
629
630
# Has to be the last test because it overwrites the config file
631
def test_fsdp2_overwrite(self):
0 commit comments