runtime error

Exit code: 1. Reason: xpected_type.__name__}, got {type(value).__name__} (value: {repr(value)})" ) TypeError: Field 'dilation' expected bool, got NoneType (value: None) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 15, in <module> detr_model = DetrForObjectDetection.from_pretrained("facebook/detr-resnet-50", revision="no_timm") File "/usr/local/lib/python3.13/site-packages/transformers/modeling_utils.py", line 4103, in from_pretrained config, model_kwargs = config_class.from_pretrained( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ config_path, ^^^^^^^^^^^^ ...<5 lines>... **kwargs, ^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/transformers/configuration_utils.py", line 660, in from_pretrained return cls.from_dict(config_dict, **kwargs) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/configuration_utils.py", line 837, in from_dict config = cls(**config_dict) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/dataclasses.py", line 275, in init_with_validate initial_init(self, *args, **kwargs) # type: ignore [call-arg] ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/configuration_utils.py", line 97, in __init__ setattr(self, f.name, standard_kwargs[f.name]) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/dataclasses.py", line 146, in __strict_setattr__ raise StrictDataclassFieldValidationError(field=name, cause=e) from e huggingface_hub.errors.StrictDataclassFieldValidationError: Validation error for field 'dilation': TypeError: Field 'dilation' expected bool, got NoneType (value: None) model.safetensors: 22%|β–ˆβ–ˆβ– | 134M/605M [00:01<00:03, 132MB/s] model.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 605M/605M [00:01<00:00, 499MB/s]

Container logs:

Fetching error logs...