|
liblloyal 1.0.0
Branched Inference for llama.cpp
|
#include <lloyal/model_registry.hpp>
Public Member Functions | |
| size_t | operator() (const ModelKey &k) const |
| Compute hash for ModelKey. | |
Definition at line 59 of file model_registry.hpp.
|
inline |
Compute hash for ModelKey.
Combines path hash with GPU/mmap configuration using XOR and golden ratio.
| k | Key to hash |
Definition at line 69 of file model_registry.hpp.