runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 20, in <module> llama_model = pipeline("text-generation", model="sujal011/llama3.2-3b-disease-symptoms", device=0) File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 926, in pipeline framework, model = infer_framework_load_model( File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 302, in infer_framework_load_model raise ValueError( ValueError: Could not load model sujal011/llama3.2-3b-disease-symptoms with any of the following classes: (<class 'transformers.models.auto.modeling_auto.AutoModelForCausalLM'>,). See the original errors: while loading with AutoModelForCausalLM, an error is thrown: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 289, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 564, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3912, in from_pretrained raise EnvironmentError( OSError: sujal011/llama3.2-3b-disease-symptoms does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
Container logs:
Fetching error logs...