Compile from source or install PyTorch with pip

Is there any reason why we should prefer compiling PyTorch from source to installing it with pip?

no reason to compile from source. installing with pip will give you stable branch. compiling from source will give you latest features, but more unstable branch

1 Like

Great! Thank you for your reply!

Maybe you know why PyTorch stopped to upload fresh Docker images to Docker Hub?