Skip to content

Commit 33adabc

Browse files
committed
added to do
1 parent 7210d2f commit 33adabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/huggingface/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def __init__(
176176

177177
# TODO: Remove the following function once botocore adds hugginface to the list of valid neo compilable frameworks.
178178
# Ideally with inferentia framewrok, call to .compile( ... ) method will create the image_uri.
179-
# currently, call to .compile is causing `ValidationException`
179+
# currently, call to compile( ... ) method is causing `ValidationException`
180180
def deploy(
181181
self,
182182
initial_instance_count=None,

0 commit comments

Comments
 (0)