Open a terminal (or Command Prompt on Windows) and use pip to install Clear-ML.
pip install clearml
- Login to Clear-ML login with your work email address.
- Go to the workspace settings.
- At the top of the page you should see the configuration vault. If you don't see the configuration vault it is probably the case that you are not logged in to the Enterprise version of Clear-ML.
Add your aws key and secret and the region to the configuration vault using this format:
sdk {
aws {
s3 {
key: "xxxxxxxxxxxxxxxxxx"
secret: "xxxxxxxxxxxxxxxxxx"
region: "us-east-1"
}
}
}
- In a command window enter
clearml-init
you should be prompted toPaste copied configuration here:
- On the workspace settings webpage click
Create new credentials
.
They'll look something like this:
api {
web_server: https://app.sil.hosted.allegro.ai
api_server: https://api.sil.hosted.allegro.ai
files_server: https://files.sil.hosted.allegro.ai
credentials {
"access_key" = "xxxxxxxxxxxxxxxxxx"
"secret_key" = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
- Use the button to copy the new credentials to your clipboard.
- Paste them into the command window.
- This will create a clearml.conf file in your home directory i.e. C:\Users<Username>\clearml.conf
- If this file already exists the
clearml-init
command will invite you to edit it. You may find it easier to delete it and run through these instructions, or you can put the copied details into the existing file in the required format.