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
The upload_to_s3 function expects the bucket name for uploading model tracking data to a bucket named ersilia-tracking, which is not a bucket that exists in our AWS. Instead, we have a bucket named ersilia-models-runs which is perhaps the correct bucket where this data should go.
Objective(s)
Fix the bucket name within tracking, or create the right bucket within AWS.
Documentation
No response
The text was updated successfully, but these errors were encountered:
Summary
The
upload_to_s3
function expects the bucket name for uploading model tracking data to a bucket namedersilia-tracking
, which is not a bucket that exists in our AWS. Instead, we have a bucket namedersilia-models-runs
which is perhaps the correct bucket where this data should go.Objective(s)
Fix the bucket name within tracking, or create the right bucket within AWS.
Documentation
No response
The text was updated successfully, but these errors were encountered: