@@ -13,24 +13,13 @@ megatron:
13
13
subset :
14
14
data :
15
15
deselect :
16
- - test_bin_reader.py::test_bin_reader
17
- - test_builder.py::test_builder
18
- - test_multimodal_dataset.py::test_multimodal_dataset
19
- - test_multimodal_dataset.py::test_mock_multimodal_dataset
20
- - test_gpt_dataset.py::test_mock_gpt_dataset
16
+ - skip_unit_test_modules
21
17
dist_checkpointing :
22
18
type : single
23
19
ignore :
24
20
- models/test_mamba.py
25
- - test_fp8.py
26
- - test_replication.py
27
21
deselect :
28
- - models/test_retro_model.py::TestRetroModel::test_sharded_state_dict_save_load
29
- - models/test_bert_model.py::TestBERTModelReconfiguration::test_vocab_size_padding_change
30
- - models/test_gpt_model.py::TestGPTModelReconfiguration::test_vocab_size_padding_change
31
- - test_fully_parallel.py::TestFullyParallelSaveAndLoad::test_memory_usage
32
- - test_local.py::TestLocalCheckpointing::test_basic_save_load_scenarios
33
- - test_serialization.py::TestSerialization::test_tensor_shape_mismatch
22
+ - skip_unit_test_modules
34
23
distributed :
35
24
type : single
36
25
export :
@@ -39,11 +28,7 @@ megatron:
39
28
- default
40
29
inference :
41
30
ignore :
42
- - engines/test_mcore_engine.py
43
- - test_modelopt_module_spec.py
44
- - text_generation_controllers/test_encoder_decoder_text_generation_controller.py
45
- - text_generation_controllers/test_simple_text_generation_controller.py
46
- - text_generation_controllers/test_vlm_text_generation_controller.py
31
+ - skip_unit_test_modules
47
32
deselect :
48
33
- engines/test_dynamic_engine.py::TestDynamicInferenceEngine
49
34
models :
@@ -53,28 +38,26 @@ megatron:
53
38
- test_t5_model.py::TestT5Model::test_post_process_forward
54
39
- test_t5_model.py::TestT5Model::test_forward_output_encoder_hidden_only
55
40
- test_t5_model.py::TestT5Model::test_forward_with_encoder_hidden_states
56
- - test_llava_model.py::test_llava_model_parallelism
41
+ - test_llava_model.py::TestLLaVAModel::test_forward
57
42
pipeline_parallel :
58
43
- default
59
44
post_training :
60
- ignore : test_modelopt_module_spec.py
45
+ ignore :
46
+ - test_modelopt_module_spec.py
61
47
ssm :
62
48
ignore :
63
49
- test_mamba_block.py
64
- - test_mamba_hybrid_layer_allocation.py
65
50
- test_mamba_layer.py
66
51
- test_mamba_mixer.py
67
52
tensor_parallel :
68
53
- default
69
54
transformer/moe :
70
55
type : single
71
56
ignore :
72
- - test_upcycling.py
57
+ - skip_unit_test_modules
73
58
deselect :
74
59
- test_a2a_token_dispatcher.py::TestAlltoAllDispatcher
75
- - test_grouped_mlp.py::TestTEGroupedMLP::test_gpu_forward_backward_with_no_tokens_allocated
76
60
- test_moe_layer_discrepancy.py
77
- - test_moe_layer.py::TestMoELayerInit::test_moe_with_late_initialize
78
61
transformer :
79
62
depth : 1
80
63
ignore :
@@ -83,20 +66,22 @@ megatron:
83
66
- test_attention.py::TestParallelAttention::test_gpu_forward
84
67
- test_attention.py::TestParallelAttention::test_fused_rope_gpu_forward
85
68
- test_attention.py::TestParallelAttention::test_checkpointed_gpu_forward
69
+ - test_attention_packed_seq.py::TestParallelAttentionWithPackedSequence::test_gpu_forward
70
+ - test_attention_packed_seq.py::TestParallelAttentionWithPackedSequence::test_fused_rope_gpu_forward
71
+ - test_attention_packed_seq.py::TestParallelAttentionWithPackedSequence::test_checkpointed_gpu_forward
86
72
- test_attention_packed_seq.py::TestParallelAttentionWithPackedPaddedSequence::test_gpu_forward
73
+ - test_attention_packed_seq.py::TestParallelAttentionWithPackedPaddedSequence::test_fused_rope_gpu_forward
74
+ - test_attention_packed_seq.py::TestParallelAttentionWithPackedPaddedSequence::test_checkpointed_gpu_forward
87
75
- test_multi_latent_attention.py::TestParallelMLAAttention::test_gpu_forward
88
- - test_multi_latent_attention.py::TestParallelMLAAttention::test_fused_rope_gpu_forward
89
- - test_multi_latent_attention.py::TestParallelMLAAttention::test_checkpointed_gpu_forward
90
76
- test_multi_latent_attention.py::TestParallelMLAAttentionPrecision::test_gpu_forward_thd_precision
91
77
- test_multi_token_prediction.py::TestMultiTokenPrediction::test_fp8_support
92
78
- test_retro_attention.py::TestRetroAttention::test_gpu_forward
93
- - test_transformer_block.py::TestPipelineParallelTransformerBlock::test_layer_builder
94
79
./ :
95
80
depth : 1
96
81
ignore :
97
- - test_utilities.py
82
+ - skip_unit_test_modules
98
83
deselect :
99
- - test_parallel_state.py::test_different_initialize_order_unconsistency
84
+ - skip_unit_test_modules
100
85
101
86
flagscale :
102
87
set_environment :
0 commit comments