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