Skip to content

Commit 0874a0d

Browse files
committed
refactor(config): organize training configs by GPU architecture (MI300 / / MI355)
1 parent 3d17e3f commit 0874a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/configs/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def parse_config(self, cli_args: argparse.Namespace):
3737
def test_exp_configs(self):
3838
exps = [
3939
"examples/megatron/exp_pretrain.yaml",
40-
"examples/torchtitan/configs/llama3.1_8B-BF16-pretrain.yaml",
40+
"examples/torchtitan/configs/MI300X/llama3.1_8B-BF16-pretrain.yaml",
4141
]
4242

4343
for exp in exps:

0 commit comments

Comments
 (0)