Skip to content

Commit

Permalink
Update src/sagemaker_huggingface_inference_toolkit/handler_service.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Schmid <32632186+philschmid@users.noreply.github.com>
  • Loading branch information
vdantu and philschmid committed Jun 25, 2021
1 parent 95b3877 commit 256717c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def predict(self, data, model):
The predict handler can be overridden to implement the model inference.
Args:
data (dict): deserialized decoded_input_data returned by the input_fn
model : Model returned by "model_fn".
model : Model returned by the `load` method or if it is a custom module `model_fn`.
Returns:
obj (dict): prediction result.
"""
Expand Down

0 comments on commit 256717c

Please sign in to comment.