Spaces:
Running on Zero
Running on Zero
| """M27 — MoE Expert Routing service (bus-registered wrapper).""" | |
| from __future__ import annotations | |
| from hearthnet.services.moe.service import MoeService | |
| __all__ = ["MoeService"] | |