We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b10e2 commit be75cb9Copy full SHA for be75cb9
unboxapi/__init__.py
@@ -584,7 +584,7 @@ def add_model(
584
raise exceptions.UnboxResourceError(
585
context="There's an issue with the speficied `function`. \n",
586
message=f"Your function's additional args {user_args} do not match the "
587
- f"kwargs you specifed {kwarg_keys}. \n",
+ f"kwargs you specified {kwarg_keys}. \n",
588
mitigation=f"Make sure to include all of the kwargs required "
589
"to run your inference `function`.",
590
) from None
0 commit comments