We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f422f12 commit 055073bCopy full SHA for 055073b
content/en/docs/external-add-ons/serving/mlrun.md
@@ -99,7 +99,7 @@ def kfpipeline():
99
outputs=['model', 'test_set'])
100
101
# deploy our model as a serverless function, we can pass a list of models to serve
102
- deploy = mlrun.import_function('hub://sklearn_classifier').deploy_step(
+ deploy = mlrun.import_function('hub://v2_model_server').deploy_step(
103
models=[{"key": "mymodel:v1", "model_path": train.outputs['model']}])
104
105
# test out new model server (via REST API calls)
0 commit comments