Fix links (#1040)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-02-13 08:19:40 +02:00
committed by GitHub
parent ebcce8d09b
commit 525f41dcc5
11 changed files with 13 additions and 11 deletions

View File

@@ -88,7 +88,7 @@ Uploading an existing model file into the model repository can be done via the `
or with the `clearml-serving` CLI.
1. Upload the model file to the `clearml-server` file storage and register it. The `--path` parameter is used to input
the path to a local model file (local model created in [step 1](#step-1--train-model) located in `./sklearn-model.pkl`).
the path to a local model file (local model created in [step 1](#step-1-train-model) located in `./sklearn-model.pkl`).
```bash
clearml-serving --id <service_id> model upload --name "manual sklearn model" --project "serving examples" --framework "scikitlearn" --path ./sklearn-model.pkl