How to solve this issue?

#87
by Xiaogeng-SheltonLiu - opened

model = AutoModelForCausalLM.from_pretrained(
model_path,
torch_dtype=torch.float16,
trust_remote_code=True,
**kwargs
)
The model path is my local path

OSError: tiiuae/falcon-7b-instruct does not appear to have a file named configuration_falcon.py. Checkout 'https://huggingface.co/tiiuae/falcon-7b-instruct/main' for available files.

Sign up or log in to comment