We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7210d2f commit 33adabcCopy full SHA for 33adabc
src/sagemaker/huggingface/model.py
@@ -176,7 +176,7 @@ def __init__(
176
177
# TODO: Remove the following function once botocore adds hugginface to the list of valid neo compilable frameworks.
178
# Ideally with inferentia framewrok, call to .compile( ... ) method will create the image_uri.
179
- # currently, call to .compile is causing `ValidationException`
+ # currently, call to compile( ... ) method is causing `ValidationException`
180
def deploy(
181
self,
182
initial_instance_count=None,
0 commit comments