Loading model from file failed by AttributeError

#2
by gogogie - opened

I put the entire of provided files in a folder and used this code to load them:

model = AutoModel.from_pretrained("sina",local_files_only=True,from_tf=True)

but got this error:

AttributeError: module transformers has no attribute TFLlamaModel

Sign up or log in to comment