We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
chmod +x 1-bert-pretrain-build-image.sh
chmod +x 2-bert-pretrain-precompile.sh
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
I can copy paste the commands and execution is correct.
(main) $ chomd +x 2-bert-pretrain-precompile.sh bash: chomd: command not found
The text was updated successfully, but these errors were encountered:
Hi @AbrahamArellano! Thanks for reporting the issue. Wanna give us a PR?
Sorry, something went wrong.
Yes, absolutely. Let me proceed with the fork and the PR.
Fixed issue: Incorrect command to provide Linux permission on the AWS…
abf15bc
… Trainium on EKS Blueprint awslabs#533
fix: Incorrect command to provide Linux permission on the AWS Trainiu…
6331e96
…m on EKS Blueprint #533 (#542)
0531caa
…m on EKS Blueprint awslabs#533 (awslabs#542)
No branches or pull requests
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
Versions
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)
The text was updated successfully, but these errors were encountered: