OSError: Sunanhe/MedDr_0401 does not appear to have a file named configuration_internvl_chat.py. Checkout 'https://huggingface.co/Sunanhe/MedDr_0401/tree/main' for available files.

#1
by nirmazor - opened

Hi,

Thank you for your work. I am trying to download the model using the following command:

from transformers import AutoModel
model = AutoModel.from_pretrained("Sunanhe/MedDr_0401", trust_remote_code=True)

However, I encountered the following error:

OSError: Sunanhe/MedDr_0401 does not appear to have a file named configuration_internvl_chat.py. Checkout 'https://huggingface.co/Sunanhe/MedDr_0401/tree/main' for available files.

Could you please check?

Thanks,
Nir

Sign up or log in to comment