Test report for PR(s) easybuilders/easybuild-easyconfigs#21763
Build succeeded for 1 out of 1 (1 easyconfigs in total)
- SUCCESS PyTorch3D-0.7.8-foss-2023a-CUDA-12.1.1.eb
- start: Mon, 11 Nov 2024 08:39:30 +0000 (UTC)
Test report for PR(s) easybuilders/easybuild-easyconfigs#21763
Build succeeded for 1 out of 1 (1 easyconfigs in total)
Test report for PR(s) easybuilders/easybuild-easyconfigs#21438, easyblock PR(s) easybuilders/easybuild-easyblocks#3450
Build succeeded for 0 out of 1 (1 easyconfigs in total)
6.47s call unit/runtime/half_precision/test_bf16.py::TestZeroDtypeCocktail::test[default-bf16] | |
6.47s call unit/runtime/test_autocast.py::TestAutoCastEnable::test_autocast_linear[False-False] | |
6.47s call unit/runtime/zero/test_zero.py::TestZeroToFP32::test_1_param_group[False-2] | |
6.47s call unit/checkpoint/test_zero_optimizer.py::TestZeROCheckpoint::test_hybrid_optimizer_state[2] | |
6.47s call unit/runtime/test_ds_initialize.py::TestNoOptim::test[0] | |
6.47s call unit/runtime/test_lr_schedulers.py::TestLrSchedule::test_lr_warmup_decay_schedule[log-15] | |
6.47s call unit/checkpoint/test_universal_checkpoint.py::TestZeROUniversalCheckpointDP::test_dp_world_size_2to2[False-True-3-dtype0] | |
6.46s call unit/checkpoint/test_other_optimizer.py::TestOtherOptimizerCheckpoint::test_checkpoint_fp32_optimizer | |
6.46s call unit/checkpoint/test_universal_checkpoint.py::TestZeROUniversalCheckpointDP::test_dp_world_size_2to2[True-False-3-dtype1] | |
6.46s call unit/runtime/half_precision/test_fp16.py::Tes |
Test report for PR(s) easybuilders/easybuild-easyconfigs#21763
Build succeeded for 1 out of 1 (1 easyconfigs in total)
Test report for PR(s) easybuilders/easybuild-easyconfigs#21763
Build succeeded for 0 out of 1 (1 easyconfigs in total)
example_cpu = example.cpu() | |
self.assertEqual(example_cpu.device, torch.device("cpu")) | |
example_gpu = example.cuda() | |
self.assertEqual(example_gpu.device.type, "cuda") | |
self.assertIsNotNone(example_gpu.device.index) | |
> example_gpu1 = example.cuda(1) |
Test report for PR(s) easybuilders/easybuild-easyconfigs#21763
Build succeeded for 1 out of 1 (1 easyconfigs in total)
Test report for PR(s) easybuilders/easybuild-easyconfigs#21763
Build succeeded for 2 out of 2 (2 easyconfigs in total)
Test report for PR(s) easybuilders/easybuild-easyconfigs#21763
Build succeeded for 0 out of 1 (1 easyconfigs in total)
== 2024-11-07 12:56:02,270 environment.py:93 INFO Environment variable EBVARSCALAPACK_STATIC_LIBS set to libscalapack.a,libflexiblas.a,libgfortran.a (previous value: 'libscalapack.a,libflexiblas.a,libgfortran.a') | |
== 2024-11-07 12:56:02,271 filetools.py:528 INFO Command python found at /apps/Test/software/Python/3.11.3-GCCcore-12.3.0/bin/python | |
== 2024-11-07 12:56:02,271 pythonpackage.py:553 INFO Python command being used: /apps/Test/software/Python/3.11.3-GCCcore-12.3.0/bin/python | |
== 2024-11-07 12:56:02,271 run.py:251 INFO Using /bin/bash as shell for running cmd: /apps/Test/software/Python/3.11.3-GCCcore-12.3.0/bin/python -c 'import sys; print("%s.%s.%s" % sys.version_info[:3])' | |
== 2024-11-07 12:56:02,271 run.py:260 INFO running cmd: /apps/Test/software/Python/3.11.3-GCCcore-12.3.0/bin/python -c 'import sys; print("%s.%s.%s" % sys.version_info[:3])' | |
== 2024-11-07 12:56:02,357 run.py:251 INFO Using /bin/bash as shell for running cmd: /apps/Test/software/Python/3.11.3-GCCcore-12.3.0/bin/python -c 'import dist |