Skip to content

Commit 256717c

Browse files
vdantuphilschmid
andcommitted
Update src/sagemaker_huggingface_inference_toolkit/handler_service.py
Co-authored-by: Philipp Schmid <[email protected]>
1 parent 95b3877 commit 256717c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker_huggingface_inference_toolkit/handler_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def predict(self, data, model):
133133
The predict handler can be overridden to implement the model inference.
134134
Args:
135135
data (dict): deserialized decoded_input_data returned by the input_fn
136-
model : Model returned by "model_fn".
136+
model : Model returned by the `load` method or if it is a custom module `model_fn`.
137137
Returns:
138138
obj (dict): prediction result.
139139
"""

0 commit comments

Comments
 (0)