data-on-eks icon indicating copy to clipboard operation
data-on-eks copied to clipboard

Incorrect command to provide Linux permission on the AWS Trainium on EKS Blueprint

Open AbrahamArellano opened this issue 1 year ago • 2 comments

Description

Hi, there is a typo in the following commands on the Blueprint for AWS Trainium on EKS:

  • https://awslabs.github.io/data-on-eks/docs/blueprints/ai-ml/trainium

The wrong commands are: chomd +x 1-bert-pretrain-build-image.sh chomd +x 2-bert-pretrain-precompile.sh

The correct version should be: chmod +x 1-bert-pretrain-build-image.sh chmod +x 2-bert-pretrain-precompile.sh

  • [x] ✋ I have searched the open/closed issues and my issue is not listed.

Versions

  • Module version [Required]: The error is located in the main version.

Reproduction Code [Required]

https://github.com/awslabs/data-on-eks/blob/main/website/docs/blueprints/ai-ml/trainium.md?plain=1

Steps to reproduce the behavior:

Access to the Data on EKS Blueprints: https://awslabs.github.io/data-on-eks/docs/blueprints/ai-ml/trainium

Expected behavior

I can copy paste the commands and execution is correct.

Actual behavior

(main) $ chomd +x 2-bert-pretrain-precompile.sh bash: chomd: command not found

Terminal Output Screenshot(s)

image

AbrahamArellano avatar May 17 '24 12:05 AbrahamArellano

Hi @AbrahamArellano! Thanks for reporting the issue. Wanna give us a PR?

askulkarni2 avatar May 17 '24 17:05 askulkarni2

Yes, absolutely. Let me proceed with the fork and the PR.

AbrahamArellano avatar May 17 '24 18:05 AbrahamArellano

These issues are tracked in the AI on EKS project. If your issue isn’t listed there, please open a new one in AI on EKS repo.

vara-bonthu avatar Sep 26 '25 03:09 vara-bonthu