Update model path
This commit is contained in:
parent
db982a861f
commit
3674e5ed4e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import llama_cpp
|
import llama_cpp
|
||||||
|
|
||||||
MODEL = "./vendor/llama.cpp/models/ggml-vocab.bin"
|
MODEL = "./vendor/llama.cpp/models/ggml-vocab-llama.gguf"
|
||||||
|
|
||||||
|
|
||||||
def test_llama():
|
def test_llama():
|
||||||
|
|
Loading…
Reference in a new issue