runtime error
Exit code: 1. Reason: File "/home/user/.local/lib/python3.9/site-packages/uvicorn/server.py", line 69, in serve config.load() File "/home/user/.local/lib/python3.9/site-packages/uvicorn/config.py", line 433, in load self.loaded_app = import_from_string(self.app) File "/home/user/.local/lib/python3.9/site-packages/uvicorn/importer.py", line 19, in import_from_string module = importlib.import_module(module_str) File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/home/user/app/app.py", line 37, in <module> llm_model = AutoModelForCausalLM.from_pretrained( File "/home/user/.local/lib/python3.9/site-packages/transformers/models/auto/auto_factory.py", line 549, in from_pretrained config, kwargs = AutoConfig.from_pretrained( File "/home/user/.local/lib/python3.9/site-packages/transformers/models/auto/configuration_auto.py", line 1362, in from_pretrained raise ValueError( ValueError: The checkpoint you are trying to load has model type `qwen3_5` 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. You can update Transformers with the command `pip install --upgrade transformers`. If this does not work, and the checkpoint is very new, then there may not be a release version that supports this model yet. In this case, you can get the most up-to-date code by installing Transformers from source with the command `pip install git+https://github.com/huggingface/transformers.git`
Container logs:
Fetching error logs...