-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace itrex qbits to ipex woq linear (#549)
Co-authored-by: Casper <[email protected]>
- Loading branch information
1 parent
d5ec43d
commit eab1a4a
Showing
17 changed files
with
279 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from .exllama import WQLinear_Exllama, exllama_post_init | ||
from .exllamav2 import WQLinear_ExllamaV2, exllamav2_post_init | ||
from .gemm import WQLinear_GEMM | ||
from .gemm_qbits import WQLinear_QBits, qbits_post_init | ||
from .gemm_ipex import WQLinear_IPEX, ipex_post_init | ||
from .gemv import WQLinear_GEMV | ||
from .marlin import WQLinear_Marlin, marlin_post_init | ||
from .gemv_fast import WQLinear_GEMVFast |
Oops, something went wrong.