mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 05:20:07 +00:00
Fix clearml-serving command line example (#273)
This commit is contained in:
parent
218c54f691
commit
dc0e65e3d5
@ -33,7 +33,7 @@ For Manual model registration see [here](#registering--deploying-new-models-manu
|
||||
Register the new Model on the Serving Service.
|
||||
|
||||
```bash
|
||||
clearml-serving --id <service_id> model add --engine sklearn --endpoint "test_model_sklearn" --preprocess "examples/sklearn/preprocess.py" --name "train sklearn model" --project "serving examples"
|
||||
clearml-serving --id <service_id> model add --engine sklearn --endpoint "test_model_sklearn" --preprocess "examples/sklearn/preprocess.py" --name "train sklearn model - sklearn-model" --project "serving examples"
|
||||
```
|
||||
|
||||
:::info Service ID
|
||||
@ -247,4 +247,4 @@ See examples of ClearML Serving with other supported frameworks:
|
||||
* [LightGBM](https://github.com/allegroai/clearml-serving/blob/main/examples/lightgbm/readme.md) - iris dataset
|
||||
* [PyTorch](https://github.com/allegroai/clearml-serving/blob/main/examples/pytorch/readme.md) - mnist dataset
|
||||
* [TensorFlow/Keras](https://github.com/allegroai/clearml-serving/blob/main/examples/keras/readme.md) - mnist dataset
|
||||
* [Model Pipeline](https://github.com/allegroai/clearml-serving/blob/main/examples/pipeline/readme.md) - random data
|
||||
* [Model Pipeline](https://github.com/allegroai/clearml-serving/blob/main/examples/pipeline/readme.md) - random data
|
||||
|
Loading…
Reference in New Issue
Block a user