Skip to content

Commit

Permalink
Fixed issue: Incorrect command to provide Linux permission on the AWS…
Browse files Browse the repository at this point in the history
… Trainium on EKS Blueprint awslabs#533
  • Loading branch information
EC2 Default User committed May 29, 2024
1 parent 6fa0ca6 commit abf15bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/blueprints/ai-ml/trainium.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ If you are executing this script on a Cloud9 IDE/EC2 instance different from the

```bash
cd ai-ml/trainium-inferentia/examples/dp-bert-large-pretrain
chomd +x 1-bert-pretrain-build-image.sh
chmod +x 1-bert-pretrain-build-image.sh
./1-bert-pretrain-build-image.sh
```

Expand Down Expand Up @@ -184,7 +184,7 @@ Execute the following commands.This script prompts the user to configure their k

```bash
cd ai-ml/trainium-inferentia/examples/dp-bert-large-pretrain
chomd +x 2-bert-pretrain-precompile.sh
chmod +x 2-bert-pretrain-precompile.sh
./2-bert-pretrain-precompile.sh
```

Expand Down Expand Up @@ -215,7 +215,7 @@ We are now in the final step of training the BERT-large model with WikiCorpus da

```bash
cd ai-ml/trainium-inferentia/examples/dp-bert-large-pretrain
chomd +x 3-bert-pretrain.sh
chmod +x 3-bert-pretrain.sh
./3-bert-pretrain.sh
```

Expand Down

0 comments on commit abf15bc

Please sign in to comment.