apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
11.41k stars 3.4k forks source link

[CI Problem] Missing AWS Key for S3 file cache storage #17019

Open leandron opened 1 month ago

leandron commented 1 month ago

I noticed this while running https://github.com/apache/tvm/actions/runs/9188515282.

@tqchen any idea who has access to AWS and can fix this?

This is the error I see:

+ aws s3 cp downloaded_file s3://tvm-ci-resources/2024-05-22/resnet50-v2-7.onnx
upload failed: ./downloaded_file to s3://tvm-ci-resources/2024-05-22/resnet50-v2-7.onnx An error occurred (InvalidAccessKeyId) when calling the CreateMultipartUpload operation: The AWS Access Key Id you provided does not exist in our records.

Related to #17017 and #17018.

leandron commented 1 month ago

This also blocks https://github.com/apache/tvm/pull/17020

yongwww commented 1 month ago

this issue should be fixed now.