pytorch/test/distributed/fsdp
Aaron Gokaslan 292af3cc89 [BE][Ez]: ISC001 Auto concatenate implicit one line strings (#146408)
Apply ruff rule about implicit string concatenation, this autofixes strings that are all the same type and on the same line. These lines are broken up likely as the result of autoformatters in the past. All fixes are automated using the autofixes in ISC001.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146408
Approved by: https://github.com/justinchuby, https://github.com/janeyx99
2025-02-04 19:07:04 +00:00
..
test_checkpoint_wrapper.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_distributed_checkpoint.py [CI][CUDA][Distributed][FSDP] Remove hardcoded world size of 2 (#145195) 2025-01-21 20:25:52 +00:00
test_fsdp_apply.py [CI][CUDA][Distributed][FSDP] Remove hardcoded world size of 2 (#145195) 2025-01-21 20:25:52 +00:00
test_fsdp_backward_prefetch.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_checkpoint.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_clip_grad_norm.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_comm.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_comm_hooks.py
test_fsdp_core.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_dtensor_state_dict.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_exec_order.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_fine_tune.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_flatten_params.py
test_fsdp_freezing_weights.py
test_fsdp_fx.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_grad_acc.py [BE][Ez]: ISC001 Auto concatenate implicit one line strings (#146408) 2025-02-04 19:07:04 +00:00
test_fsdp_hybrid_shard.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_ignored_modules.py
test_fsdp_input.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_memory.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_meta.py
test_fsdp_misc.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_mixed_precision.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_multiple_forward.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_multiple_wrapping.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_optim_state.py Enable ruff F841 on distributed tests (#146131) 2025-02-01 03:06:16 +00:00
test_fsdp_overlap.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_pure_fp16.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_sharded_grad_scaler.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_state_dict.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_tp_integration.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_traversal.py [CI][CUDA][Distributed][FSDP] Remove hardcoded world size of 2 (#145195) 2025-01-21 20:25:52 +00:00
test_fsdp_uneven.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_unshard_params.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_use_orig_params.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_hsdp_dtensor_state_dict.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_shard_utils.py
test_utils.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_wrap.py