Skip to content

Commit 2285085

Browse files
authored
Update how-to-manage-models-mlflow.md
1 parent 4c2d510 commit 2285085

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/machine-learning/how-to-manage-models-mlflow.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ model_local_path = os.path.abspath("./regressor")
6969
mlflow.register_model(f"file://{model_local_path}", "local-model-test")
7070
```
7171

72-
> [!NOTE]
73-
> Notice how the model URI schema `file:/` requires absolute paths.
74-
7572
## Querying model registries
7673

7774
### Querying all the models in the registry

0 commit comments

Comments
 (0)