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
using the
#image uri
image_container=get_huggingface_llm_image_uri("huggingface",version="0.9.3")
I was expecting the resulting pipeline to execute as the Pipeline class from transformers for this task (text generation)
however, the input does not work with list.
Is there any approach to do batch inference on Sagemaker SDK?
The text was updated successfully, but these errors were encountered:
I am using the serverless inference from Sagemaker with Huggingface Model from the hub
according this example :
https://github.com/huggingface/notebooks/blob/main/sagemaker/19_serverless_inference/sagemaker-notebook.ipynb
using the
#image uri
image_container=get_huggingface_llm_image_uri("huggingface",version="0.9.3")
I was expecting the resulting pipeline to execute as the Pipeline class from transformers for this task (text generation)
however, the input does not work with list.
Is there any approach to do batch inference on Sagemaker SDK?
The text was updated successfully, but these errors were encountered: