Skip to content

Commit

Permalink
Merge branch 'ko3n1g/tests/fix-flash-fused-attn' into 'main'
Browse files Browse the repository at this point in the history
tests: Set flash/fused attn

See merge request ADLR/megatron-lm!2304
  • Loading branch information
ko3n1g committed Nov 6, 2024
2 parents f39c48d + 1bb6c94 commit 0594f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from tests.unit_tests.test_utilities import Utils


@pytest.fixture(scope="session", autouse=True)
@pytest.fixture(scope="function", autouse=True)
def set_env():
if is_te_min_version("1.3"):
os.environ['NVTE_FLASH_ATTN'] = '0'
Expand Down

0 comments on commit 0594f20

Please sign in to comment.