How to use devyani089/mistral_instruct_generation with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("devyani089/mistral_instruct_generation", dtype="auto")
How to fix it?