Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.75k stars 1.06k forks source link

Blossom CI killed #7445

Open KumoLiu opened 8 months ago

KumoLiu commented 8 months ago
11:20:39  Starting test: test_consistent_resize (tests.test_resized.TestResized)...
11:28:16  monai_pip.sh: line 69:  1413 Killed                  PYTHONPATH="$tmp_dir":$PYTHONPATH BUILD_MONAI=1 python ./tests/runner.py -p 'test_((?!integration).)'

After Pytorch 2.2, blossom ci terminating unexpectedly.

MartinKalema commented 8 months ago

Ensure that the environment where the tests are running has sufficient memory.

KumoLiu commented 4 months ago

https://github.com/pytorch/pytorch/issues/120406