mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-28 11:49:51 +00:00
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
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:
parent
956d19d2d8
commit
9bc00e587b
9 changed files with 1704 additions and 661 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue