runtime error

Exit code: 1. Reason: orced if framework already defined, inferred if it's None │ │ 786 │ # Will load the correct model if possible │ │ 787 │ model_classes = {"tf": targeted_task["tf"], "pt": targeted_task["p │ │ ā± 788 │ framework, model = infer_framework_load_model( │ │ 789 │ │ model, │ │ 790 │ │ model_classes=model_classes, │ │ 791 │ │ config=config, │ │ │ │ /home/user/.local/lib/python3.10/site-packages/transformers/pipelines/base.p │ │ y:278 in infer_framework_load_model │ │ │ │ 275 │ │ │ │ continue │ │ 276 │ │ │ │ 277 │ │ if isinstance(model, str): │ │ ā± 278 │ │ │ raise ValueError(f"Could not load model {model} with any │ │ 279 │ │ │ 280 │ framework = infer_framework(model.__class__) │ │ 281 │ return framework, model │ ╰──────────────────────────────────────────────────────────────────────────────╯ ValueError: Could not load model databricks/dolly-v2-3b with any of the following classes: (<class 'transformers.models.auto.modeling_auto.AutoModelForCausalLM'>, <class 'transformers.models.gpt_neox.modeling_gpt_neox.GPTNeoXForCausalLM'>).

Container logs:

Fetching error logs...