ci_test_list_2.txt 2.04 KB
Newer Older
Min Xu's avatar
Min Xu committed
1
tests/nn/data_parallel/test_fsdp_shared_weights_mevo.py
2
tests/nn/data_parallel/test_fsdp_shared_weights.py
3
tests/nn/data_parallel/test_fsdp_pre_backward_hook.py
4
tests/nn/data_parallel/test_fsdp_overlap.py
5
6
7
tests/nn/data_parallel/test_fsdp_multiple_forward.py
tests/nn/data_parallel/test_fsdp_apply.py
tests/nn/data_parallel/test_fsdp_state_dict.py
8
tests/nn/data_parallel/test_fsdp_metadata.py
9
10
11
12
tests/utils/test_reduce_scatter_bucketer.py
tests/utils/test_containers.py
tests/utils/test_parallel.py
tests/utils/test_state_dict.py
13
tests/utils/test_version.py
14
15
16
17
tests/nn/checkpoint/test_checkpoint_activations.py
tests/nn/checkpoint/test_checkpoint_activations_norm.py
tests/nn/misc/test_grad_bucket.py
tests/nn/misc/test_param_bucket.py
18
tests/nn/wrap/test_wrap.py
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
tests/nn/pipe_process/test_pipe.py
tests/nn/pipe_process/test_transparency.py
tests/nn/pipe_process/test_inplace.py
tests/nn/pipe_process/test_bugs.py
tests/nn/pipe_process/conftest.py
tests/nn/pipe_process/test_rpc.py
tests/nn/model_parallel/test_initialize.py
tests/nn/model_parallel/test_random.py
tests/nn/model_parallel/test_cross_entropy.py
tests/nn/model_parallel/test_layers.py
tests/nn/pipe/test_microbatch.py
tests/nn/pipe/test_checkpoint.py
tests/nn/pipe/test_worker.py
tests/nn/pipe/test_balance.py
tests/nn/pipe/test_pipe.py
tests/nn/pipe/test_transparency.py
tests/nn/pipe/test_inplace.py
tests/nn/pipe/test_copy.py
tests/nn/pipe/test_bugs.py
tests/nn/pipe/conftest.py
tests/nn/pipe/test_pipeline.py
tests/nn/pipe/test_phony.py
tests/nn/pipe/test_deferred_batch_norm.py
tests/nn/pipe/test_dependency.py
tests/nn/pipe/test_stream.py
44
45
tests/nn/moe/test_moe_layer.py
tests/nn/moe/test_top2gating.py
Min Xu's avatar
Min Xu committed
46
tests/experimental/nn/test_mevo.py
47
48
tests/experimental/nn/test_multiprocess_pipe.py
tests/experimental/nn/test_sync_batchnorm.py
49
50
tests/experimental/nn/ampnet_pipe_process/test_ampnet_pipe.py
tests/experimental/nn/test_offload.py
51
tests/experimental/nn/test_auto_shard.py
52
tests/experimental/optim/test_dynamic_loss_scaler.py
53
tests/experimental/tooling/test_layer_memory_tracker.py
54
tests/experimental/nn/test_ssd_offload.py