Skip to content

Commit f5d22f4

Browse files
author
yefubao
committed
update unit_tests/config.yml
1 parent 54ac1b2 commit f5d22f4

File tree

1 file changed

+14
-29
lines changed

1 file changed

+14
-29
lines changed

tests/scripts/unit_tests/config.yml

Lines changed: 14 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,13 @@ megatron:
1313
subset:
1414
data:
1515
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
2117
dist_checkpointing:
2218
type: single
2319
ignore:
2420
- models/test_mamba.py
25-
- test_fp8.py
26-
- test_replication.py
2721
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
3423
distributed:
3524
type: single
3625
export:
@@ -39,11 +28,7 @@ megatron:
3928
- default
4029
inference:
4130
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
4732
deselect:
4833
- engines/test_dynamic_engine.py::TestDynamicInferenceEngine
4934
models:
@@ -53,28 +38,26 @@ megatron:
5338
- test_t5_model.py::TestT5Model::test_post_process_forward
5439
- test_t5_model.py::TestT5Model::test_forward_output_encoder_hidden_only
5540
- 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
5742
pipeline_parallel:
5843
- default
5944
post_training:
60-
ignore: test_modelopt_module_spec.py
45+
ignore:
46+
- test_modelopt_module_spec.py
6147
ssm:
6248
ignore:
6349
- test_mamba_block.py
64-
- test_mamba_hybrid_layer_allocation.py
6550
- test_mamba_layer.py
6651
- test_mamba_mixer.py
6752
tensor_parallel:
6853
- default
6954
transformer/moe:
7055
type: single
7156
ignore:
72-
- test_upcycling.py
57+
- skip_unit_test_modules
7358
deselect:
7459
- test_a2a_token_dispatcher.py::TestAlltoAllDispatcher
75-
- test_grouped_mlp.py::TestTEGroupedMLP::test_gpu_forward_backward_with_no_tokens_allocated
7660
- test_moe_layer_discrepancy.py
77-
- test_moe_layer.py::TestMoELayerInit::test_moe_with_late_initialize
7861
transformer:
7962
depth: 1
8063
ignore:
@@ -83,20 +66,22 @@ megatron:
8366
- test_attention.py::TestParallelAttention::test_gpu_forward
8467
- test_attention.py::TestParallelAttention::test_fused_rope_gpu_forward
8568
- 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
8672
- 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
8775
- 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
9076
- test_multi_latent_attention.py::TestParallelMLAAttentionPrecision::test_gpu_forward_thd_precision
9177
- test_multi_token_prediction.py::TestMultiTokenPrediction::test_fp8_support
9278
- test_retro_attention.py::TestRetroAttention::test_gpu_forward
93-
- test_transformer_block.py::TestPipelineParallelTransformerBlock::test_layer_builder
9479
./:
9580
depth: 1
9681
ignore:
97-
- test_utilities.py
82+
- skip_unit_test_modules
9883
deselect:
99-
- test_parallel_state.py::test_different_initialize_order_unconsistency
84+
- skip_unit_test_modules
10085

10186
flagscale:
10287
set_environment:

0 commit comments

Comments
 (0)