error running this model with default commands
#2
by
maramaldo
- opened
Load model directly
from transformers import AutoProcessor, AutoModelForImageTextToText
processor = AutoProcessor.from_pretrained("abdurrahimyilmaz/DermatoLlama-1.0")
model = AutoModelForImageTextToText.from_pretrained("abdurrahimyilmaz/DermatoLlama-1.0")
OSError: abdurrahimyilmaz/DermatoLlama-1.0 does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
maramaldo
changed discussion title from
error running use this model default command
to error running this model default command
maramaldo
changed discussion title from
error running this model default command
to error running this model with default commands
thank you for your interest, I will look at it and get back to you soon.
Best