determined
determined copied to clipboard
PyTorch 1.12 Support
Hi,
Thanks for this great project! Is PyTorch 1.12 currently supported? If not, when do you expect it will be?
Thanks!
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:
- 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). - 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.
Our default images use pytorch==1.12
. Closing this.