-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add dequant kernels and sketch forward for hqq * Implement dequant for the rest * Comments * Add cpu kernels, still need simd * Automatically use cpu impl otherwise * Add quantization, need to add optimizer * Add proximal legacy optimizer * Clippy * Refactor * Connect everything up * Refactor isq * Create the IsqType * Add isq for hqq * Clippy * WIP * Works for HQQ8 * WIP * Works for q4k * Improve it * Apply isq to lm head * Fix cpu * Handle minimum max threads * Bump candle * Complete merge * Complete merge * Disable hqq 3,2,1 for now * Clippy * Update docs * Typo
- Loading branch information
1 parent
a09a68a
commit fd90d9a
Showing
19 changed files
with
2,098 additions
and
18 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
Oops, something went wrong.