Instructions to use alexchen4ai/moe_expert_static with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle