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
With the release of SageMaker, a new field, model_reference_arn, was introduced. Refer to this PR for more details. However, it caused our integration tests to fail. The error message displayed was FAILED tests/unittests/image/test_image.py::test_multimodal_image_only - TypeError: AutoGluonNonRepackInferenceModel.prepare_container_def() got an unexpected keyword argument 'model_reference_arn'.
The text was updated successfully, but these errors were encountered:
With the release of SageMaker, a new field,
model_reference_arn
, was introduced. Refer to this PR for more details. However, it caused our integration tests to fail. The error message displayed wasFAILED tests/unittests/image/test_image.py::test_multimodal_image_only - TypeError: AutoGluonNonRepackInferenceModel.prepare_container_def() got an unexpected keyword argument 'model_reference_arn'
.The text was updated successfully, but these errors were encountered: