Skip to content

Commit

Permalink
Fix a typo in the enable inf support script
Browse files Browse the repository at this point in the history
  • Loading branch information
chienhanlin committed Oct 10, 2023
1 parent 8dc3cbd commit f8e9d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/enable-ecs-agent-inferentia-support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [[ $AMI_TYPE == "al2inf" ]]; then
fi

# Install Neuron Tools
sudo yum install -y use aws-neuronx-tools
sudo yum install -y aws-neuronx-tools

# disable neuron package upgrades by deleting the yum repo
sudo rm /etc/yum.repos.d/neuron.repo
Expand Down

0 comments on commit f8e9d67

Please sign in to comment.