summaryrefslogtreecommitdiff
path: root/candle-wasm-tests
Commit message (Expand)AuthorAgeFilesLines
* Add Stable Diffusion 3 Example (#2558)Czxck0012024-10-131-0/+1
* chore: fix some typos in comments (#2121)hardlydearly2024-04-281-1/+1
* Quantized GGUF style (#1523)Nicolas Patry2024-01-171-1/+1
* Simplifying our internal cargo dependencies. (#1529)Nicolas Patry2024-01-071-1/+1
* Bump the crate version to 0.3.3. (#1490)Laurent Mazare2023-12-281-1/+1
* Bump the crate version to 0.3.2. (#1452)Laurent Mazare2023-12-171-1/+1
* Implement the module trait directly for QMatMul. (#1372)Laurent Mazare2023-11-251-1/+1
* Update for 0.3.1. (#1324)Laurent Mazare2023-11-111-1/+1
* AVX optimized q8k vecdot. (#1024)Laurent Mazare2023-10-031-0/+9
* Improve the quantized whisper setup. (#1018)Laurent Mazare2023-10-021-1/+1
* Improve the testing of the optimized quantized vec-dot ops (#1016)Laurent Mazare2023-10-021-0/+7
* Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-011-1/+1
* Simd128 version of the q2k-q8k vecdot product. (#1011)Laurent Mazare2023-09-301-1/+1
* Add the remaining quantized tests to the wasm suite. (#980)Laurent Mazare2023-09-281-2/+32
* Sketch a simd128 optimized q4k vecdot. (#977)Laurent Mazare2023-09-271-0/+6
* Simd128 vec-dot for q4_0. (#974)Laurent Mazare2023-09-275-0/+197