runtime error
Exit code: 1. Reason: | 0.00/2.78M [00:00<?, ?B/s][A vocab.json: 100%|ββββββββββ| 2.78M/2.78M [00:00<00:00, 49.9MB/s] merges.txt: 0%| | 0.00/1.67M [00:00<?, ?B/s][A merges.txt: 100%|ββββββββββ| 1.67M/1.67M [00:00<00:00, 55.4MB/s] tokenizer.json: 0%| | 0.00/11.4M [00:00<?, ?B/s][A tokenizer.json: 100%|ββββββββββ| 11.4M/11.4M [00:00<00:00, 36.1MB/s] config.json: 0%| | 0.00/726 [00:00<?, ?B/s][A config.json: 100%|ββββββββββ| 726/726 [00:00<00:00, 4.64MB/s] Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1034, 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 736, in __getitem__ raise KeyError(key) KeyError: 'qwen3' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 24, in <module> model = AutoModelForCausalLM.from_pretrained(MODEL_ID, torch_dtype=torch.float32, 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 1036, in from_pretrained raise ValueError( ...<3 lines>... ) ValueError: The checkpoint you are trying to load has model type `qwen3` 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...