diff --git a/notebooks/zero_to_thunder.ipynb b/notebooks/zero_to_thunder.ipynb index c8d27a89ce..aec01677d0 100644 --- a/notebooks/zero_to_thunder.ipynb +++ b/notebooks/zero_to_thunder.ipynb @@ -3389,7 +3389,8 @@ } ], "source": [ - "!torchrun --nproc_per_node=2 zero_to_thunder_fsdp_simple_example.py" + "# commented out for CI limitations, see https://github.com/Lightning-AI/lightning-thunder/issues/465\n", + "# !torchrun --standalone --nnodes=1 --nproc_per_node=2 zero_to_thunder_fsdp_simple_example.py" ] }, {