runtime error

Exit code: 1. Reason: 0<?, ?B/s] tokenizer.json: 100%|██████████| 11.4M/11.4M [00:00<00:00, 24.8MB/s] added_tokens.json: 0%| | 0.00/1.57k [00:00<?, ?B/s] added_tokens.json: 100%|██████████| 1.57k/1.57k [00:00<00:00, 5.98MB/s] special_tokens_map.json: 0%| | 0.00/1.01k [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 1.01k/1.01k [00:00<00:00, 9.33MB/s] config.json: 0%| | 0.00/5.87k [00:00<?, ?B/s] config.json: 100%|██████████| 5.87k/5.87k [00:00<00:00, 31.4MB/s] Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1023, in from_pretrained config_class = CONFIG_MAPPING[config_dict["model_type"]] ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 725, in __getitem__ raise KeyError(key) KeyError: 'qwen3_asr' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 12, in <module> model = AutoModelForCausalLM.from_pretrained(model_id, trust_remote_code=True) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 526, in from_pretrained config, kwargs = AutoConfig.from_pretrained( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ pretrained_model_name_or_path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<5 lines>... **kwargs, ^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1025, in from_pretrained raise ValueError( ...<3 lines>... ) ValueError: The checkpoint you are trying to load has model type `qwen3_asr` but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.

Container logs:

Fetching error logs...