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
If you are are following the instructions at https://github.com/aws-neuron/aws-neuron-parallelcluster-samples#train-a-model-on-aws-trn1-parallelcluster
Nothing mentions that you need to install awscli.
You get an error:
{ "message": "Unable to locate credentials" }
However, the instructions at https://github.com/aws/aws-parallelcluster specifically say that you need to run
$ pip3 install awscli and aws configure
$ pip3 install awscli
aws configure
Maybe you want to add the instructions to https://docs.aws.amazon.com/parallelcluster/latest/ug/install-v3-virtual-environment.html or to the link above in this repository.
The text was updated successfully, but these errors were encountered:
Update README.md
1827adb
Added awscli instructions per aws-neuron#30
No branches or pull requests
If you are are following the instructions at
https://github.com/aws-neuron/aws-neuron-parallelcluster-samples#train-a-model-on-aws-trn1-parallelcluster
Nothing mentions that you need to install awscli.
You get an error:
However, the instructions at https://github.com/aws/aws-parallelcluster specifically say that you need to run
$ pip3 install awscli
and
aws configure
Maybe you want to add the instructions to https://docs.aws.amazon.com/parallelcluster/latest/ug/install-v3-virtual-environment.html or to the link above in this repository.
The text was updated successfully, but these errors were encountered: