@@ -55,46 +55,46 @@ device_types:
5555
5656# Test matrix configuration
5757test_matrix :
58- # unit:
59- # devices:
60- # - C500
61- # # Ignored test files for unit tests
62- # # These files will be skipped when running pytest
63- # ignored_tests:
64- # - tests/unit_tests/data/test_preprocess_data.py
65- # - tests/unit_tests/dist_checkpointing/test_global_metadata_reuse.py
66- # - tests/unit_tests/dist_checkpointing/test_optimizer.py
67- # - tests/unit_tests/dist_checkpointing/test_nonpersistent.py
68- # - tests/unit_tests/dist_checkpointing/test_optimizer.py
69- # - tests/unit_tests/dist_checkpointing/test_safe_globals.py
70- # - tests/unit_tests/dist_checkpointing/models/test_moe_experts.py
71- # - tests/unit_tests/distributed/test_grad_sync_with_expert_parallel.py
72- # - tests/unit_tests/distributed/test_mcore_fully_sharded_data_parallel.py
73- # - tests/unit_tests/export/trtllm/test_distributed_fp8.py
74- # - tests/unit_tests/export/trtllm/test_single_device_fp8.py
75- # - tests/unit_tests/transformer/moe/test_a2a_token_dispatcher.py
76- # - tests/unit_tests/test_inference.py
77- # - tests/unit_tests/test_rl_utils.py
78- # - tests/unit_tests/models/test_gpt_model.py
79- # - tests/unit_tests/models/test_mamba_model.py
80- # - tests/unit_tests/post_training/test_modelopt_module_spec.py
81- # - tests/unit_tests/transformer/moe/test_aux_loss.py
82- # - tests/unit_tests/transformer/moe/test_moe_layer_discrepancy.py
83- # - tests/unit_tests/transformer/moe/test_routers.py
84- # - tests/unit_tests/transformer/test_attention.py
85- # - tests/unit_tests/transformer/test_attention_packed_seq.py
86- # - tests/unit_tests/transformer/test_cuda_graphs.py
87- # - tests/unit_tests/transformer/test_full_cuda_graph.py
88- # - tests/unit_tests/transformer/test_multi_latent_attention.py
89- # - tests/unit_tests/transformer/test_multi_token_prediction.py
90- # - tests/unit_tests/transformer/test_retro_attention.py
91- # - tests/unit_tests/transformer/test_transformer_block.py
92- # - tests/unit_tests/transformer/test_transformer_block_custom_pgs.py
93- # - tests/unit_tests/dist_checkpointing/test_local.py
58+ unit :
59+ devices :
60+ - C500
61+ # Ignored test files for unit tests
62+ # These files will be skipped when running pytest
63+ ignored_tests :
64+ - tests/unit_tests/data/test_preprocess_data.py
65+ - tests/unit_tests/dist_checkpointing/test_global_metadata_reuse.py
66+ - tests/unit_tests/dist_checkpointing/test_optimizer.py
67+ - tests/unit_tests/dist_checkpointing/test_nonpersistent.py
68+ - tests/unit_tests/dist_checkpointing/test_optimizer.py
69+ - tests/unit_tests/dist_checkpointing/test_safe_globals.py
70+ - tests/unit_tests/dist_checkpointing/models/test_moe_experts.py
71+ - tests/unit_tests/distributed/test_grad_sync_with_expert_parallel.py
72+ - tests/unit_tests/distributed/test_mcore_fully_sharded_data_parallel.py
73+ - tests/unit_tests/export/trtllm/test_distributed_fp8.py
74+ - tests/unit_tests/export/trtllm/test_single_device_fp8.py
75+ - tests/unit_tests/transformer/moe/test_a2a_token_dispatcher.py
76+ - tests/unit_tests/test_inference.py
77+ - tests/unit_tests/test_rl_utils.py
78+ - tests/unit_tests/models/test_gpt_model.py
79+ - tests/unit_tests/models/test_mamba_model.py
80+ - tests/unit_tests/post_training/test_modelopt_module_spec.py
81+ - tests/unit_tests/transformer/moe/test_aux_loss.py
82+ - tests/unit_tests/transformer/moe/test_moe_layer_discrepancy.py
83+ - tests/unit_tests/transformer/moe/test_routers.py
84+ - tests/unit_tests/transformer/test_attention.py
85+ - tests/unit_tests/transformer/test_attention_packed_seq.py
86+ - tests/unit_tests/transformer/test_cuda_graphs.py
87+ - tests/unit_tests/transformer/test_full_cuda_graph.py
88+ - tests/unit_tests/transformer/test_multi_latent_attention.py
89+ - tests/unit_tests/transformer/test_multi_token_prediction.py
90+ - tests/unit_tests/transformer/test_retro_attention.py
91+ - tests/unit_tests/transformer/test_transformer_block.py
92+ - tests/unit_tests/transformer/test_transformer_block_custom_pgs.py
93+ - tests/unit_tests/dist_checkpointing/test_local.py
9494
95- functional :
96- train :
97- - device : c500
98- task : train
99- model : deepseek
100- case : tp2_pp2_ep2
95+ # functional:
96+ # train:
97+ # - device: c500
98+ # task: train
99+ # model: deepseek
100+ # case: tp2_pp2_ep2
0 commit comments