How to use alexchen4ai/moe_expert_static with Transformers:
# Load model directly from transformers import AutoTokenizer, Qwen3MoeModelStatic tokenizer = AutoTokenizer.from_pretrained("alexchen4ai/moe_expert_static") model = Qwen3MoeModelStatic.from_pretrained("alexchen4ai/moe_expert_static")
The community tab is the place to discuss and collaborate with the HF community!