runtime error

Exit code: 1. Reason: nly need to pass a destination folder as`local_dir`. For more details, check out https://huggingface.co/docs/huggingface_hub/main/en/guides/download#download-files-to-local-folder. warnings.warn( autogluon_predictor_dir.zip: 0%| | 0.00/53.7M [00:00<?, ?B/s] autogluon_predictor_dir.zip: 0%| | 0.00/53.7M [00:01<?, ?B/s] autogluon_predictor_dir.zip: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 53.7M/53.7M [00:01<00:00, 33.2MB/s] ############################## WARNING ############################## WARNING: AutoGluon version differs from the version used to create the predictor! This may lead to instability and it is highly recommended the predictor be loaded with the exact AutoGluon version it was created with. AutoGluon does not support backwards compatibility. Predictor Version: 1.4.0 Current Version: 1.5.0 ############################## WARNING ############################## Traceback (most recent call last): File "/app/app.py", line 78, in <module> PREDICTOR = autogluon.tabular.TabularPredictor.load(PREDICTOR_DIR, require_py_version_match=False) File "/usr/local/lib/python3.13/site-packages/autogluon/tabular/predictor/predictor.py", line 5049, in load check_saved_predictor_version( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ version_current=version_current, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... logger=logger, ^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/autogluon/common/utils/utils.py", line 221, in check_saved_predictor_version raise AssertionError( ...<5 lines>... ) AssertionError: Predictor was created on version 1.4.0 but is being loaded with version 1.5.0. Please ensure the versions match to avoid instability. While it is NOT recommended, this error can be bypassed by specifying `require_version_match=False`. Exceptions encountered after setting `require_version_match=False` may be very cryptic, and in most cases mean that the predictor is fully incompatible with the installed version.

Container logs:

Fetching error logs...