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
Fix Framework Version Passing for test_multimodal_image_only #128
Description of changes:
This PR addresses the issue where the framework_version parameter was not correctly passed to the test_multimodal_image_only function, leading to tests always defaulting to the "source" version. The changes ensure that the framework_version parameter is explicitly required and correctly utilized during the test execution.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
Description of changes: This PR addresses the issue where the
framework_version
parameter was not correctly passed to thetest_multimodal_image_only
function, leading to tests always defaulting to the "source" version. The changes ensure that theframework_version
parameter is explicitly required and correctly utilized during the test execution.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.