Refactor KTMoEWrapper backend (#1587)
Some checks are pending
Book-CI / test (push) Waiting to run
Book-CI / test-1 (push) Waiting to run
Book-CI / test-2 (push) Waiting to run
Deploy / deploy (macos-latest) (push) Waiting to run
Deploy / deploy (ubuntu-latest) (push) Waiting to run
Deploy / deploy (windows-latest) (push) Waiting to run

* universal backend for cpu inference
* expert defer
This commit is contained in:
Jiaqi Liao 2025-11-10 20:26:15 +08:00 committed by GitHub
parent 956d19d2d8
commit 9bc00e587b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 1704 additions and 661 deletions

View file

@ -23,7 +23,7 @@ Example usage:
from __future__ import annotations
from .experts import AMXMoEWrapper
from .experts import KTMoEWrapper
__version__ = "0.1.0"
__all__ = ["AMXMoEWrapper"]
__all__ = ["KTMoEWrapper"]