We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ba6e0 commit 98c39e1Copy full SHA for 98c39e1
tests/run_unit_tests.py
@@ -21,7 +21,7 @@ def get_all_unit_tests():
21
unit_tests = {}
22
23
EXCLUDE_UNIT_TESTS = [
24
- "tests/unit_tests/megatron/cco/test_tp_overlap.py",
+ "unit_tests/megatron/cco/test_tp_overlap.py",
25
]
26
27
for root, dirs, files in os.walk(cur_dir):
0 commit comments