-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclearml.conf
More file actions
21 lines (18 loc) · 859 Bytes
/
clearml.conf
File metadata and controls
21 lines (18 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
api {
# Notice: 'host' is the api server (default port 8008), not the web server.
api_server: https://api.clear.ml
web_server: https://app.clear.ml/
files_server: https://files.clear.ml
# Credentials are generated using the webapp, https://app.clear.ml//settings
# Override with os environment: CLEARML_API_ACCESS_KEY / CLEARML_API_SECRET_KEY
credentials {"access_key": "JML65564REEXGTMHBNNG31MWJY2I9W",
"secret_key": "PB52bbXZdPl609DC42FMLQLo2sahuI7Iq9Xu0Qa2LL_wjerYllzIXeBAcjE-rgJHMu4"}
}
sdk {
# Name of the python package\module, used as the default project name
development: true
# Optional version description, e.g. nightly, custom, etc. (appears in the experiment info panel)
version: 0.1
# Optional - set the default output_uri. Default: none (use system temp folder)
# output_uri: /tmp/
}