mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Add ClearML Serving 1.1 release notes (#323)
This commit is contained in:
@@ -60,6 +60,11 @@ solution.
|
||||
* **Dashboards** - Customizable dashboard solution on top of the collected statistics, e.g. Grafana
|
||||
|
||||
## Installation
|
||||
|
||||
:::important Upgrading ClearML Serving
|
||||
To upgrade to ClearML Serving version 1.1, see instructions [here](../release_notes/ver_1_1.md#clearml-serving-110).
|
||||
:::
|
||||
|
||||
### Prerequisites
|
||||
|
||||
* ClearML-Server : Model repository, Service Health, Control plane
|
||||
|
||||
@@ -14,7 +14,7 @@ The following page provides a reference for `clearml-serving`'s CLI commands:
|
||||
## Global Parameters
|
||||
|
||||
```bash
|
||||
clearml-serving [-h] [--debug] [--id ID] {list,create,metrics,config,model}
|
||||
clearml-serving [-h] [--debug] [--yes] [--id ID] {list,create,metrics,config,model}
|
||||
```
|
||||
|
||||
<div className="tbl-cmd">
|
||||
@@ -23,6 +23,7 @@ clearml-serving [-h] [--debug] [--id ID] {list,create,metrics,config,model}
|
||||
|---|---|---|
|
||||
|`--id`|Serving Service (Control plane) Task ID to configure (if not provided automatically detect the running control plane Task) | <img src="/docs/latest/icons/ico-optional-no.svg" alt="No" className="icon size-md center-md" /> |
|
||||
|`--debug` | Print debug messages | <img src="/docs/latest/icons/ico-optional-yes.svg" alt="Yes" className="icon size-md center-md" /> |
|
||||
|`--yes` |Always answer YES on interactive inputs| <img src="/docs/latest/icons/ico-optional-yes.svg" alt="Yes" className="icon size-md center-md" /> |
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user