determined icon indicating copy to clipboard operation
determined copied to clipboard

PyTorch 1.12 Support

Open benjaminrwilson opened this issue 2 years ago • 1 comments

Hi,

Thanks for this great project! Is PyTorch 1.12 currently supported? If not, when do you expect it will be?

Thanks!

benjaminrwilson avatar Jul 21 '22 17:07 benjaminrwilson

hello, we're a little backed up and can't provide any timeline. I think you can try this out yourself in a couple ways:

  1. take our current image, then pip install pytorch 1.12 (pick cuda 11.3 flavor), then also use pip to reinstall horovod 0.24.2 or later (if you need it for distributed training).
  2. alternatively, clone and tweak our image building code to install the new pytorch.

It may "just work", but if you encounter any issues we'd love to hear them.

ioga avatar Jul 22 '22 17:07 ioga

Our default images use pytorch==1.12. Closing this.

MikhailKardash avatar Aug 23 '23 21:08 MikhailKardash