Incorrect command to provide Linux permission on the AWS Trainium on EKS Blueprint
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)
Hi @AbrahamArellano! Thanks for reporting the issue. Wanna give us a PR?
Yes, absolutely. Let me proceed with the fork and the PR.
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.