Skip to content

Commit

Permalink
Add ssm
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixdong committed Dec 17, 2024
1 parent faa7b7f commit 5b7fa1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- inference
- models
- pipeline_parallel
- ssm
- tensor_parallel
- transformer/moe
- transformer
Expand Down
6 changes: 6 additions & 0 deletions tests/scripts/unit_tests/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ megatron:
- test_t5_model.py::TestT5Model::test_post_process_forward
- test_t5_model.py::TestT5Model::test_forward_output_encoder_hidden_only
- test_t5_model.py::TestT5Model::test_forward_with_encoder_hidden_states
ssm:
ignore:
- test_mamba_block.py
- test_mamba_hybrid_layer_allocation.py
- test_mamba_layer.py
- test_mamba_mixer.py
transformer/moe:
type: single
ignore:
Expand Down
1 change: 1 addition & 0 deletions tests/scripts/unit_tests/test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ commands=(
"tests/scripts/unit_tests/test_subset.sh --backend megatron --subset inference"
"tests/scripts/unit_tests/test_subset.sh --backend megatron --subset models"
"tests/scripts/unit_tests/test_subset.sh --backend megatron --subset pipeline_parallel"
"tests/scripts/unit_tests/test_subset.sh --backend megatron --subset ssm"
"tests/scripts/unit_tests/test_subset.sh --backend megatron --subset tensor_parallel"
"tests/scripts/unit_tests/test_subset.sh --backend megatron --subset transformer/moe"
"tests/scripts/unit_tests/test_subset.sh --backend megatron --subset transformer"
Expand Down

0 comments on commit 5b7fa1c

Please sign in to comment.