aws-neuron / aws-neuron-sdk

Powering AWS purpose-built machine learning chips. Blazing fast and cost effective, natively integrated into PyTorch and TensorFlow and integrated with your favorite AWS services
https://aws.amazon.com/machine-learning/neuron/
Other
439 stars 142 forks source link

Feedback on setup instructions #930

Open PradeepKadubandi opened 1 month ago

PradeepKadubandi commented 1 month ago

For reference - I am following this page: https://awsdocs-neuron.readthedocs-hosted.com/en/latest/general/setup/neuron-setup/pytorch/neuronx/amazon-linux/torch-neuronx-al2.html

(BTW I am a recent Amazonian ramping up in Neuron Pathfinding team)

Seems like this command doesn't work any more:

sudo yum install -y python3.8-venv

I looked up package lists using yum list and perhaps *-venv package names have changed and the above is not a valid package name anymore. Spent some time searching for an alternate name OR another way to install this but couldn't yet find out.

Any help?