How to use sengi/LLaDA-planner_balanced with Transformers:
# Load model directly from transformers import LLaDOUModelLM model = LLaDOUModelLM.from_pretrained("sengi/LLaDA-planner_balanced", trust_remote_code=True, dtype="auto")
How to fix it?