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
Based on the following pipeline steps, I realize that unless I provide a model_uri directly (such as using get_huggingface_llm_image_uri, it will not be parse framework and framework_version over to RegisterModelStep, and cause an error. When we run HuggingfaceModel(() directly, it will query based on framework, pytorch_version etc to get the correct inference container. However, I seem to struggle with doing the same with the following pipeline.
Is there reason why framework is excluded from being parsed when image_uri does not exist, under sagemaker/workflow/_utils.py: _RegisterModelStep?
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
Uh oh!
There was an error while loading. Please reload this page.
-
Based on the following pipeline steps, I realize that unless I provide a model_uri directly (such as using
get_huggingface_llm_image_uri
, it will not be parseframework
andframework_version
over to RegisterModelStep, and cause an error. When we run HuggingfaceModel(() directly, it will query based onframework
,pytorch_version
etc to get the correct inference container. However, I seem to struggle with doing the same with the following pipeline.Is there reason why framework is excluded from being parsed when
image_uri
does not exist, undersagemaker/workflow/_utils.py: _RegisterModelStep
?Beta Was this translation helpful? Give feedback.
All reactions