- Newest
- Most votes
- Most comments
You are correct in observing that there appears to be a discrepancy between the documentation and the actual environment on the Deep Learning AMI Neuron (Ubuntu 22.04). The PyTorch 1.13.1 environment for Inf1 instances that you're looking for is indeed not present in the location specified in the documentation.
This situation likely stems from recent changes in AWS Neuron support. AWS has announced the end of support for certain Neuron virtual environments, including those for PyTorch 1.13 on some instance types. However, it's important to note that PyTorch 1.13 support is continuing for Inf1 instances.
Given this context, it's possible that the AMI structure or the way these environments are set up has changed, and the documentation hasn't been fully updated to reflect these changes. This could explain why you're not finding the environment at the specified path.
To resolve this issue, you might want to check if there are any other PyTorch environments available that could be suitable for your Inf1 instance. Alternatively, you may need to install PyTorch 1.13 manually or use a different version that is available.
It would be helpful to report this discrepancy to AWS support or through their documentation feedback channels to ensure they're aware of the issue and can update the documentation accordingly.
Sources
https://awsdocs-neuron.readthedocs-hosted.com/en/latest/_sources/general/announcements/neuron2.x/announce-eos-multiframework-dlamis-inf1.rst
https://awsdocs-neuron.readthedocs-hosted.com/en/latest/_sources/general/announcements/neuron2.x/announce-eos-pytorch-1-1-3.rst
Get Started with Neuron on Ubuntu 22 with Neuron Multi-Framework DLAMI — AWS Neuron Documentation
Relevant content
- AWS OFFICIALUpdated 2 years ago
