Skip to content

Commit

Permalink
remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cli99 committed Nov 13, 2023
1 parent fe02a3c commit 0e4d729
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_fsdp_act_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from llmfoundry.models.mpt.modeling_mpt import ComposerMPTCausalLM


# python3 -m composer.cli.launcher -n 2 --master_port 26000 -m pytest -m gpu tests/test_fsdp_act_checkpoint.py::test_fsdp_act_checkpoint # noqa
@pytest.mark.world_size(2)
@pytest.mark.gpu
@pytest.mark.parametrize('activation_checkpointing', [True, False])
Expand Down

0 comments on commit 0e4d729

Please sign in to comment.