File tree 1 file changed +2
-7
lines changed 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 8
8
source " $( dirname " ${BASH_SOURCE[0]} " ) /common.sh"
9
9
10
10
echo " Testing pytorch"
11
- if [ -n " ${CI} " ]; then
12
- # TODO move this to docker
13
- # Pin unittest-xml-reporting to freeze printing test summary logic, related: https://github.com/pytorch/pytorch/issues/69014
14
- pip_install " unittest-xml-reporting<=3.2.0,>=2.0.0"
15
- fi
16
11
17
12
# Disabling tests to see if they solve timeout issues; see https://github.com/pytorch/pytorch/issues/70015
18
13
# python tools/download_mnist.py --quiet -d test/cpp/api/mnist
@@ -28,8 +23,8 @@ time python test/run_test.py --verbose -i distributed/rpc/cuda/test_tensorpipe_a
28
23
# FSDP tests
29
24
for f in test/distributed/fsdp/* .py ; do time python test/run_test.py --verbose -i " ${f#*/ } " ; done
30
25
# ShardedTensor tests
31
- time python test/run_test.py --verbose -i distributed/_shard/ checkpoint/test_checkpoint
32
- time python test/run_test.py --verbose -i distributed/_shard/ checkpoint/test_file_system_checkpoint
26
+ time python test/run_test.py --verbose -i distributed/checkpoint/test_checkpoint
27
+ time python test/run_test.py --verbose -i distributed/checkpoint/test_file_system_checkpoint
33
28
time python test/run_test.py --verbose -i distributed/_shard/sharding_spec/test_sharding_spec
34
29
time python test/run_test.py --verbose -i distributed/_shard/sharding_plan/test_sharding_plan
35
30
time python test/run_test.py --verbose -i distributed/_shard/sharded_tensor/test_megatron_prototype
You can’t perform that action at this time.
0 commit comments