How to use nathens/qwen-codeforces-sft with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nathens/qwen-codeforces-sft", dtype="auto")
How to fix it?