File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
test/prototype/moe_training Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ IS_ROCM=$(rocm-smi --version || true)
1212# These tests do not work on ROCm yet
1313if [ -z " $IS_ROCM " ]
1414then
15- pytest test/prototype/moe_training/test_kernels.py -s
16- pytest test/prototype/moe_training/test_training.py -s
15+ pytest test/prototype/moe_training/test_kernels.py -s -v
16+ pytest test/prototype/moe_training/test_scaled_grouped_mm.py -s -v
17+ pytest test/prototype/moe_training/test_training.py -s -v
1718./test/prototype/moe_training/test_fsdp.sh
1819./test/prototype/moe_training/test_tp.sh
1920./test/prototype/moe_training/test_fsdp_tp.sh
Original file line number Diff line number Diff line change 1- torchrun --nproc_per_node=2 --local-ranks-filter=0 -m pytest test/prototype/moe_training/test_fsdp.py -s
1+ torchrun --nproc_per_node=2 --local-ranks-filter=0 -m pytest test/prototype/moe_training/test_fsdp.py -s -v
Original file line number Diff line number Diff line change 1- torchrun --nproc_per_node=4 --local-ranks-filter=0 -m pytest test/prototype/moe_training/test_fsdp_tp.py -s
1+ torchrun --nproc_per_node=4 --local-ranks-filter=0 -m pytest test/prototype/moe_training/test_fsdp_tp.py -s -v
Original file line number Diff line number Diff line change 1- torchrun --nproc_per_node=2 --local-ranks-filter=0 -m pytest test/prototype/moe_training/test_tp.py -s
1+ torchrun --nproc_per_node=2 --local-ranks-filter=0 -m pytest test/prototype/moe_training/test_tp.py -s -v
You can’t perform that action at this time.
0 commit comments