Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Stable Diffusion 3 Example (#2558) | Czxck001 | 2024-10-13 | 1 | -0/+1 |
* | chore: fix some typos in comments (#2121) | hardlydearly | 2024-04-28 | 1 | -1/+1 |
* | Quantized GGUF style (#1523) | Nicolas Patry | 2024-01-17 | 1 | -1/+1 |
* | Implement the module trait directly for QMatMul. (#1372) | Laurent Mazare | 2023-11-25 | 1 | -1/+1 |
* | AVX optimized q8k vecdot. (#1024) | Laurent Mazare | 2023-10-03 | 1 | -0/+9 |
* | Improve the quantized whisper setup. (#1018) | Laurent Mazare | 2023-10-02 | 1 | -1/+1 |
* | Improve the testing of the optimized quantized vec-dot ops (#1016) | Laurent Mazare | 2023-10-02 | 1 | -0/+7 |
* | Simd128 version of the q2k-q8k vecdot product. (#1011) | Laurent Mazare | 2023-09-30 | 1 | -1/+1 |
* | Add the remaining quantized tests to the wasm suite. (#980) | Laurent Mazare | 2023-09-28 | 1 | -2/+32 |
* | Sketch a simd128 optimized q4k vecdot. (#977) | Laurent Mazare | 2023-09-27 | 1 | -0/+6 |
* | Simd128 vec-dot for q4_0. (#974) | Laurent Mazare | 2023-09-27 | 1 | -0/+140 |