We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db982a8 commit 3674e5eCopy full SHA for 3674e5e
tests/test_llama.py
@@ -1,6 +1,6 @@
1
import llama_cpp
2
3
-MODEL = "./vendor/llama.cpp/models/ggml-vocab.bin"
+MODEL = "./vendor/llama.cpp/models/ggml-vocab-llama.gguf"
4
5
6
def test_llama():
0 commit comments