How to use ludsvick/LFM2.5-1.2B-Instruct-SSD-final_only with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ludsvick/LFM2.5-1.2B-Instruct-SSD-final_only", dtype="auto")
How to fix it?