We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e388a commit 19cf095Copy full SHA for 19cf095
1 file changed
vetiver/handlers/pytorch_vt.py
@@ -65,7 +65,7 @@ def handler_startup():
65
"""
66
...
67
68
- def handler_predict(self, input_data, check_ptype, **kw):
+ def handler_predict(self, input_data, check_ptype):
69
"""Generates method for /predict endpoint in VetiverAPI
70
71
The `handler_predict` function executes at each API call. Use this
0 commit comments