run_test.sh 1.5 KB
Newer Older
aiss's avatar
aiss committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
#pytest runtime/half_precision/test_fp16.py::TestZeroStaticScale::test[9-True-1]
#pytest runtime/half_precision/test_fp16.py::TestZeroStaticScale::test[9-True-2]
#pytest runtime/half_precision/test_fp16.py::TestZeroStaticScale::test[9-True-3]
#pytest runtime/half_precision/test_fp16.py::TestZeroStaticScale::test[10-True-1]
#pytest runtime/half_precision/test_fp16.py::TestZeroStaticScale::test[10-True-2]
#pytest runtime/half_precision/test_fp16.py::TestZeroStaticScale::test[10-True-3]
#pytest runtime/half_precision/test_fp16.py::TestZeroEmptyPartition::test[True-1]
#pytest runtime/half_precision/test_fp16.py::TestZeroEmptyPartition::test[True-2]

pytest checkpoint/test_lr_scheduler.py::TestLRSchedulerCheckpoint::test_checkpoint_lr_scheduler[2-True]
pytest checkpoint/test_lr_scheduler.py::TestLRSchedulerCheckpoint::test_checkpoint_lr_scheduler[3-True]
pytest checkpoint/test_lr_scheduler.py::TestLRSchedulerCheckpoint::test_checkpoint_no_lr_scheduler[2-True]
pytest checkpoint/test_lr_scheduler.py::TestLRSchedulerCheckpoint::test_checkpoint_no_lr_scheduler[3-True]
pytest checkpoint/test_zero_optimizer.py::TestZeROCheckpoint::test_load_optimizer_state[2-True-deepspeed_adam]
pytest checkpoint/test_zero_optimizer.py::TestZeROCheckpoint::test_load_optimizer_state[3-True-deepspeed_adam]
pytest checkpoint/test_zero_optimizer.py::TestZeROCheckpoint::test_not_load_optimizer_state[2-True-deepspeed_adam]
pytest checkpoint/test_zero_optimizer.py::TestZeROCheckpoint::test_not_load_optimizer_state[3-True-deepspeed_adam]