How to use mathigatti/vllm-instruct-amazon-description with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mathigatti/vllm-instruct-amazon-description", dtype="auto")
How to fix it?