8000 Update model path · iamudesharma/llama-cpp-python@3674e5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3674e5e

Browse files
committed
Update model path
1 parent db982a8 commit 3674e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_llama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import llama_cpp
22

3-
MODEL = "./vendor/llama.cpp/models/ggml-vocab.bin"
3+
MODEL = "./vendor/llama.cpp/models/ggml-vocab-llama.gguf"
44

55

66
def test_llama():

0 commit comments

Comments
 (0)
0