Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dp_bert_hf_pretrain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@ kubectl exec -it cmd-shell -- /bin/bash

Run the following commands from within the bash prompt on the command shell pod:

NOTE : the bucket is in us-east-1 so you will need to add `--region us-east-1` to the `aws s3 cp` command if your cluster is not in us-east-1.

```
cd /data
aws s3 cp s3://neuron-s3/training_datasets/bert_pretrain_wikicorpus_tokenized_hdf5/bert_pretrain_wikicorpus_tokenized_hdf5_seqlen128.tar . --no-sign-request
Expand Down