Skip to content

Commit

Permalink
ADLR/megatron-lm!2304 - tests: Set flash/fused attn
Browse files Browse the repository at this point in the history
  • Loading branch information
ko3n1g committed Nov 6, 2024
1 parent af4b5de commit 1bb6c94
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 1bb6c94

Please sign in to comment.