From d39e30995a0d0be14ee266a8375d81381c85548c Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 27 Jan 2022 12:15:36 +0200 Subject: [PATCH] Fix links (#93) --- README.md | 8 ++++---- clearml_agent/backend_api/session/session.py | 2 +- clearml_agent/commands/config.py | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 04eb3ba..ec3f75c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ ML-Ops scheduler & orchestration solution supporting Linux, macOS and Windows** It is a zero configuration fire-and-forget execution agent, providing a full ML/DL cluster solution. **Full Automation in 5 steps** -1. ClearML Server [self-hosted](https://github.com/allegroai/clearml-server) or [free tier hosting](https://app.community.clear.ml) +1. ClearML Server [self-hosted](https://github.com/allegroai/clearml-server) or [free tier hosting](https://app.clear.ml) 2. `pip install clearml-agent` ([install](#installing-the-clearml-agent) the ClearML Agent on any GPU machine: on-premises / cloud / ...) 3. Create a [job](https://github.com/allegroai/clearml/docs/clearml-task.md) or Add [ClearML](https://github.com/allegroai/clearml) to your code with just 2 lines 4. Change the [parameters](#using-the-clearml-agent) in the UI & schedule for [execution](#using-the-clearml-agent) (or automate with an [AutoML pipeline](#automl-and-orchestration-pipelines-)) @@ -37,8 +37,8 @@ It is a zero configuration fire-and-forget execution agent, providing a full ML/ "All the Deep/Machine-Learning DevOps your research needs, and then some... Because ain't nobody got time for that" -**Try ClearML now** [Self Hosted](https://github.com/allegroai/clearml-server) or [Free tier Hosting](https://app.community.clear.ml) - +**Try ClearML now** [Self Hosted](https://github.com/allegroai/clearml-server) or [Free tier Hosting](https://app.clear.ml) + ### Simple, Flexible Experiment Orchestration **The ClearML Agent was built to address the DL/ML R&D DevOps needs:** @@ -219,7 +219,7 @@ clearml-agent daemon --queue important_jobs default ``` The **ClearML Agent** will first try to pull jobs from the `important_jobs` queue, only then it will fetch a job from the `default` queue. -Adding queues, managing job order within a queue and moving jobs between queues, is available using the Web UI, see example on our [free server](https://app.community.clear.ml/workers-and-queues/queues) +Adding queues, managing job order within a queue and moving jobs between queues, is available using the Web UI, see example on our [free server](https://app.clear.ml/workers-and-queues/queues) ##### Stopping the ClearML Agent diff --git a/clearml_agent/backend_api/session/session.py b/clearml_agent/backend_api/session/session.py index 4a245f6..e03c683 100644 --- a/clearml_agent/backend_api/session/session.py +++ b/clearml_agent/backend_api/session/session.py @@ -142,7 +142,7 @@ class Session(TokenManager): "Could not find host server definition " "(missing `~/clearml.conf` or Environment CLEARML_API_HOST)\n" "To get started with ClearML: setup your own `clearml-server`, " - "or create a free account at https://app.community.clear.ml and run `clearml-agent init`" + "or create a free account at https://app.clear.ml and run `clearml-agent init`" ) self.__host = host.strip("/") diff --git a/clearml_agent/commands/config.py b/clearml_agent/commands/config.py index 4d18774..0b1c1e8 100644 --- a/clearml_agent/commands/config.py +++ b/clearml_agent/commands/config.py @@ -11,10 +11,10 @@ from clearml_agent.backend_config.defs import LOCAL_CONFIG_FILES description = """ -Please create new clearml credentials through the profile page in your `clearml-server` web app, -or create a free account at https://app.community.clear.ml/profile +Please create new clearml credentials through the settings page in your `clearml-server` web app, +or create a free account at https://app.clear.ml/webapp-configuration -In the profile page, press "Create new credentials", then press "Copy to clipboard". +In the settings > workspace page, press "Create new credentials", then press "Copy to clipboard". Paste copied configuration here: """ @@ -157,7 +157,7 @@ def main(): ' api_server: %s\n' \ ' web_server: %s\n' \ ' files_server: %s\n' \ - ' # Credentials are generated using the webapp, %s/profile\n' \ + ' # Credentials are generated using the webapp, %s/settings\n' \ ' # Override with os environment: CLEARML_API_ACCESS_KEY / CLEARML_API_SECRET_KEY\n' \ ' credentials {"access_key": "%s", "secret_key": "%s"}\n' \ '}\n\n' % (api_host, web_host, files_host,