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