Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
AbrahamArellano opened this issue May 17, 2024 · 2 comments
Open
1 task done
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@AbrahamArellano
Copy link
Contributor

AbrahamArellano commented May 17, 2024

Description

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

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

  • ✋ 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
@askulkarni2 askulkarni2 added bug Something isn't working documentation Improvements or additions to documentation labels May 17, 2024
@askulkarni2
Copy link
Collaborator

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

@AbrahamArellano
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants