Open prateekdesai04 opened 4 months ago
Do we want to close this one?
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).
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.
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.