How to use atifquamar07/Mistral-7B-v0.1-imdb with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("atifquamar07/Mistral-7B-v0.1-imdb", dtype="auto")
How to fix it?