You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running bash ./test/run_multinode_tests_in_docker.sh
FileNotFoundError: [Errno 2] No such file or directory: 'python3.6'
This script is not in the CI but is useful to run the distributed tests on a local machine.
Idea would be to make it compatible with pytorch/pytorch:latest, eventually make an inline build of an image with pre-installed tests execution environment, add nnodes, nproc_per_node, gpu as script arguments.