Skip to content

Commit

Permalink
Adding integration test for FSDP Memory Tracking and Estimation
Browse files Browse the repository at this point in the history
ghstack-source-id: 9d25d1fa8303db03dd036cfa115bef1374c4853f
Pull Request resolved: #426
  • Loading branch information
sanketpurandare committed Jun 25, 2024
1 parent 236d2ff commit 95dd0ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,14 @@ def build_test_list():
],
"Fused Optimizer Test",
),
OverrideDefinitions(
[
["--estimate.memory=True", "--estimate.mode=real"],
],
"FSDP2 Memory Tracking and Estimation",
"fsdp2_mem_tracker",
ngpu=4,
),
]
return integration_tests_flavors

Expand Down

0 comments on commit 95dd0ef

Please sign in to comment.