We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02445ba commit 7210d2fCopy full SHA for 7210d2f
src/sagemaker/huggingface/model.py
@@ -174,6 +174,9 @@ 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.
178
+ # Ideally with inferentia framewrok, call to .compile( ... ) method will create the image_uri.
179
+ # currently, call to .compile is causing `ValidationException`
180
def deploy(
181
self,
182
initial_instance_count=None,
0 commit comments