mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-30 19:31:48 +00:00
* Merging mainline - WIP * Merging mainline - WIP AVX2 and CUDA appear to work. CUDA performance seems slightly (~1-2%) lower as it is so often the case with llama.cpp/ggml after some "improvements" have been made. * Merging mainline - fix Metal * Remove check --------- Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"name": "xxhash",
|
|
"version": "0.8.2",
|
|
"repo": "Cyan4973/xxhash",
|
|
"description": "Extremely fast non-cryptographic hash algorithm",
|
|
"keywords": ["xxhash", "hashing"],
|
|
"license": "BSD-2-Clause",
|
|
"src": [
|
|
"xxhash.c",
|
|
"xxhash.h"
|
|
]
|
|
}
|