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