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...