Skip to content

neuron sdk installation

0

Please, guide me how to install neuron runtime on ubuntu 22.04? I always get cannot locate collectives after running this "sudo apt-get install aws-neuronx-collectives=2.* -y" I have WSL Ubuntu 22.04. Shortly it cannot locate any library needed to install neuron runtime. I don't use DLAMIs as I want to save money. Thanks a lot in advance.

asked 2 years ago806 views
1 Answer
0

For anyone that comes across this with the same problem:

  1. Really consider using either the Hugging Face Deep Learning AMI from the AWS marketplace, or the Neuron DLAMI. While these show a cost, that cost is for the underlying instance. As of August 2024, there is no additional cost for the software.

  2. If you really want to do it yourself, follow the instructions in the SDK documentation. In your case, it looks like you need to add the AWS repo to the apt sources. Current instructions for Ubuntu 22.04 are here under "Install Drivers and Tools": https://awsdocs-neuron.readthedocs-hosted.com/en/latest/general/setup/neuron-setup/pytorch/neuronx/ubuntu/torch-neuronx-ubuntu22.html#setup-torch-neuronx-ubuntu22

AWS
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.