Skip to content

Commit 055073b

Browse files
authored
Fixing bug in mlrun serving (#2872)
We've updated the code so we're updating documentation here as well.
1 parent f422f12 commit 055073b

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/external-add-ons/serving

1 file changed

+1
-1
lines changed

content/en/docs/external-add-ons/serving/mlrun.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def kfpipeline():
9999
outputs=['model', 'test_set'])
100100

101101
# 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(
102+
deploy = mlrun.import_function('hub://v2_model_server').deploy_step(
103103
models=[{"key": "mymodel:v1", "model_path": train.outputs['model']}])
104104

105105
# test out new model server (via REST API calls)

0 commit comments

Comments
 (0)