autogluon / autogluon-cloud

Autogluon-cloud aims to provide user tools to train, fine-tune and deploy AutoGluon backed models on the cloud. With just a few lines of codes, users could train a model and perform inference on the cloud without worrying about MLOps details such as resource management
Apache License 2.0
18 stars 12 forks source link

[Test PR] Fix model_ref_arn #132

Open prateekdesai04 opened 4 months ago

prateekdesai04 commented 4 months ago

Issue #, if available: https://github.com/autogluon/autogluon-cloud/issues/130

Description of changes: Propagating changes to all the APIs in AG-Cloud

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

suzhoum commented 4 months ago

Do we want to close this one?

rasmus-oejvind commented 4 months ago

Noob user here. Running on SageMaker JupyterLab notebook with --upgrade SageMaker autogluon autogluon.cloud.

I am still getting: TypeError: AutoGluonNonRepackInferenceModel.prepare_container_def() got an unexpected keyword argument 'model_reference_arn'

This happens both when I use cloud_preditor.predict and cloud_predictor.deploy (for TimeSeriesCloudPredictor).

suzhoum commented 3 months ago

Noob user here. Running on SageMaker JupyterLab notebook with --upgrade SageMaker autogluon autogluon.cloud.

I am still getting: TypeError: AutoGluonNonRepackInferenceModel.prepare_container_def() got an unexpected keyword argument 'model_reference_arn'

This happens both when I use cloud_preditor.predict and cloud_predictor.deploy (for TimeSeriesCloudPredictor).

Thanks for reporting the issue! We haven't released the fix so you probably have to install autogluon-cloud from source by cloning the repo and do pip install -e . for it to work for now.