Refactor CLI tools (#802)

This commit is contained in:
pollfly 2024-03-17 12:53:36 +02:00 committed by GitHub
parent d9456fc7b3
commit 426286d053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,5 @@
---
title: ClearML Hyperparameter Search - HPO
title: ClearML Parameter Search CLI (HPO)
---
Use the `clearml-param-search` CLI tool to launch ClearML's automated hyperparameter optimization (HPO). This process finds

View File

@ -1,5 +1,5 @@
---
title: ClearML Task
title: ClearML Task CLI
---
Using only the command line and **zero** additional lines of code, easily track your work and integrate ClearML with your

View File

@ -1,5 +1,5 @@
---
title: CLI
title: ClearML Data CLI
---
:::important

View File

@ -1,5 +1,5 @@
---
title: SDK
title: ClearML Data SDK
---
:::important

View File

@ -1,5 +1,5 @@
---
title: CLI
title: ClearML Serving CLI
---
The `clearml-serving` utility is a CLI tool for model deployment and orchestration.

View File

@ -74,7 +74,15 @@ module.exports = {
]
},
{'ClearML Serving':['clearml_serving/clearml_serving', 'clearml_serving/clearml_serving_setup', 'clearml_serving/clearml_serving_cli', 'clearml_serving/clearml_serving_tutorial']},
{'CLI Tools': ['apps/clearml_task', 'apps/clearml_param_search']},
{'CLI Tools': [
'apps/clearml_task',
{type: 'ref', id: 'clearml_agent/clearml_agent_ref'},
{type: 'ref', id: 'clearml_data/clearml_data_cli'},
'apps/clearml_param_search',
{type: 'ref', id: 'apps/clearml_session'},
{type: 'ref', id: 'clearml_serving/clearml_serving_cli'},
]
},
{'Integrations': [
'integrations/autokeras',
'integrations/catboost',