You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating my HuggingFaceModel for a sagemaker endpoint, it takes about 10 minutes to deploy because of the log line:
INFO:sagemaker:Repacking model artifact (s3://path/to/model.tar.gz), script artifact (None), and dependencies ([]) into single tar.gz file located at s3://different/path/to/model.tar.gz. This may take some time depending on model size...
In my case, since I have only the model artifact and no script artifact or dependencies, it seems to me that the repacking is not necessary. However I have no option currently to skip repacking. Am I missing something, or is this a bug/missing feature?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
When creating my HuggingFaceModel for a sagemaker endpoint, it takes about 10 minutes to deploy because of the log line:
In my case, since I have only the model artifact and no script artifact or dependencies, it seems to me that the repacking is not necessary. However I have no option currently to skip repacking. Am I missing something, or is this a bug/missing feature?
Beta Was this translation helpful? Give feedback.
All reactions