mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-03-06 20:10:08 +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>
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"name": "sha256",
|
|
"version": "0.0.2",
|
|
"repo": "jb55/sha256.c",
|
|
"description": "sha256 in c",
|
|
"keywords": ["sha256", "sha2"],
|
|
"src": ["sha256.c", "sha256.h"],
|
|
"dependencies": {
|
|
"jb55/rotate-bits.h": "0.1.1"
|
|
},
|
|
"development": {
|
|
"thlorenz/tap.c": "*"
|
|
}
|
|
}
|
|
|