Small edits (#645)

This commit is contained in:
pollfly
2023-08-13 12:44:02 +03:00
committed by GitHub
parent 1ad3ce30d6
commit f20a5f07a5
5 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ Train a model. Work from your local `clearml-serving` repository's root.
`python3 examples/sklearn/train_model.py`.
During execution, ClearML automatically registers the sklearn model and uploads it into the model repository.
For Manual model registration see [here](#registering-and-deploying-new-models-manually)
For information about explicit model registration, see [Registering and Deploying New Models Manually](#registering-and-deploying-new-models-manually).
### Step 2: Register Model