deepjavalibrary / djl-serving

A universal scalable machine learning model deployment solution
Apache License 2.0
198 stars 64 forks source link

[AOT PySDK] Override the key prefix added for output_uri #836

Closed sindhuvahinis closed 1 month ago

sindhuvahinis commented 1 year ago

Description

The partitioned checkpoints are uploaded with the prefix object of the bucket provided. There should be an option to override this prefix object or remove the prefix object.

The prefix was added since we run through training job, SM uploads some extra prefix objects those are essentially the logs and others. But we should let the user override this.

cc @tosterberg

sindhuvahinis commented 1 year ago

https://github.com/aws/sagemaker-python-sdk/pull/3950

sindhuvahinis commented 1 month ago

This issue is no longer relevant, as we are using Neo now.