Skip to content

Commit 57e9197

Browse files
committed
fix previous example
1 parent e9e5474 commit 57e9197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/model_registration/quick_start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ With Model Version Set
368368
369369
# Check if the artifacts are generated correctly.
370370
# The verify method invokes the ``predict`` function defined inside ``score.py`` in the artifact_dir
371-
generic_model.verify([2])
371+
generic_model.verify(2)
372372
373373
# Register the model
374374
model_id = generic_model.save(display_name="Custom Framework Model")

0 commit comments

Comments
 (0)