Skip to content

Commit db0607f

Browse files
committed
update comment
1 parent 33adabc commit db0607f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sagemaker/huggingface/model.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ def __init__(
174174

175175
self.model_server_workers = model_server_workers
176176

177-
# TODO: Remove the following function once botocore adds hugginface to the list of valid neo compilable frameworks.
177+
# TODO: Remove the following function
178+
# botocore needs to add hugginface to the list of valid neo compilable frameworks.
178179
# Ideally with inferentia framewrok, call to .compile( ... ) method will create the image_uri.
179180
# currently, call to compile( ... ) method is causing `ValidationException`
180181
def deploy(

0 commit comments

Comments
 (0)