Closed suhaneshivam closed 6 months ago
@suhaneshivam thanks for reporting the issues. I have deployed and run the current notebook repeatedly and have not hit this issue. Which cell is this occurring in? Are you using Amazon SageMaker Studio environment?
Hi, I was getting this error when I was trying to invoke the asynchronous endpoint. It was logged in a file inside output_errors
folder of s3
bucket which was used for storing input, output and errors in the notebook.
response = sm_runtime_client.invoke_endpoint_async(
EndpointName=endpoint_name,
InputLocation=input_s3_location,
InvocationTimeoutSeconds=3600,
)
I solved this problem, however by passing environment variable HF_TASK="image-to-video"
. I am using Amazon Sagemaker Studio environment.
Thank you for documenting in issue.
Hi. While trying to run the notebook, I am getting the following error while doing inference:
Now, I am wondering which
task
from the above list should I set in env forHF_TASK
forimage-to-video
generation?