You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directly test parallelism setting for DDP. Currentlyit is tested in sub-packages/bionemo-testing/tests/bionemo/testing/test_megatron_parallel_state_utils.py using mock
Reimplement tests in sub-packages/bionemo-testing/tests/bionemo/testing/test_megatron_parallel_state_utils.py to replace mock with the actual lightning module using different levels of parallelism and compare it to the base case (ie no ddp)
Expected Benefits
improved scope of testing
Code Example
The text was updated successfully, but these errors were encountered:
Problem & Motivation
Directly test parallelism setting for DDP. Currentlyit is tested in
sub-packages/bionemo-testing/tests/bionemo/testing/test_megatron_parallel_state_utils.py
using mockBioNeMo Framework Version
9cec09f
Category
Model/Training
Proposed Solution
Reimplement tests in
sub-packages/bionemo-testing/tests/bionemo/testing/test_megatron_parallel_state_utils.py
to replace mock with the actual lightning module using different levels of parallelism and compare it to the base case (ie no ddp)Expected Benefits
improved scope of testing
Code Example
The text was updated successfully, but these errors were encountered: