Skip to content

Commit

Permalink
Fix ddp argument bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Mar 19, 2024
1 parent 6beba81 commit 630affa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gpu_tests/ddp_variation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def test_lambda_matrices(self):
for mp in module_partition_lst:
for ca in cached_activation_cpu_offload:
factor_args = FactorArguments(
covariance_data_partition_size=dp,
covariance_module_partition_size=mp,
lambda_data_partition_size=dp,
lambda_module_partition_size=mp,
cached_activation_cpu_offload=ca,
)
self.analyzer.fit_lambda_matrices(
Expand Down

0 comments on commit 630affa

Please sign in to comment.