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