How to use atifquamar07/llama-3.1-8b-imdb with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("atifquamar07/llama-3.1-8b-imdb", dtype="auto")
How to fix it?