{"record":{"id":"f30d6101971b2354","repo":"exo-explore/exo","slug":"no-adapter-found-for-model-family-config-model-f","errorCode":null,"errorMessage":"No adapter found for model family: {config.model_family}","messagePattern":"No adapter found for model family: (.+?)","errorType":"exception","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"src/exo/worker/engines/image/models/__init__.py","lineNumber":91,"sourceCode":"    quantize: int | None = None,\n) -> ModelAdapter[Any, Any]:\n    \"\"\"Create a model adapter for the given configuration.\n\n    Args:\n        config: The model configuration\n        model_id: The model identifier\n        local_path: Path to the model weights\n        quantize: Optional quantization bits\n\n    Returns:\n        A ModelAdapter instance\n\n    Raises:\n        ValueError: If no adapter found for model family\n    \"\"\"\n    factory = _ADAPTER_REGISTRY.get(config.model_family)\n    if factory is None:\n        raise ValueError(f\"No adapter found for model family: {config.model_family}\")\n    return factory(config, model_id, local_path, quantize)\n","sourceCodeStart":73,"sourceCodeEnd":93,"githubUrl":"https://github.com/exo-explore/exo/blob/21a54c5ea0230a3bec1e1a786d200126c7e34ec6/src/exo/worker/engines/image/models/__init__.py#L73-L93","documentation":"Error \"No adapter found for model family: {config.model_family}\" thrown in exo-explore/exo.","triggerScenarios":"Thrown at src/exo/worker/engines/image/models/__init__.py:91 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"21a54c5ea0230a3bec1e1a786d200126c7e34ec6","analyzedAt":"2026-08-26T00:02:16.033Z","schemaVersion":2},"datasetVersion":"2026-08-26T04:18:47.238Z"}