Root cause: the script expects the model's config.json to have an architectures key, which it uses to identify the model type. The Llama 4 Scout model's config file does not contain this key, causing ...