mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-23 15:25:34 +00:00
# Conflicts: # CMakeLists.txt # examples/gguf-hash/CMakeLists.txt # examples/gguf-hash/gguf-hash.cpp # scripts/sync_vendor.py # tools/mtmd/CMakeLists.txt # vendor/hash/rotate-bits/rotate-bits.h # vendor/hash/sha1/sha1.c # vendor/hash/sha1/sha1.h # vendor/hash/sha256/sha256.c # vendor/hash/sha256/sha256.h # vendor/hash/xxhash/xxhash.c # vendor/hash/xxhash/xxhash.h
5 lines
87 B
C++
5 lines
87 B
C++
#include "vendor/hash/hash.cpp"
|
|
|
|
extern "C" {
|
|
#include "vendor/hash/sha256/sha256.c"
|
|
}
|