CoolFace
Modelpublic

Felipe97/llama-cpp-compiled

sourceHugging Faceupdated 3d agoView on Hugging Face
0likes1.1kdownloads
README.md16 linesDownload Raw Back to passkey
1# llama.cpp/example/passkey2 3A passkey retrieval task is an evaluation method used to measure a language4models ability to recall information from long contexts.5 6See the following PRs for more info:7 8- https://github.com/ggml-org/llama.cpp/pull/38569- https://github.com/ggml-org/llama.cpp/pull/481010 11### Usage12 13```bash14llama-passkey -m ./models/llama-7b-v2/ggml-model-f16.gguf --junk 25015```16