Update model path

This commit is contained in:
Andrei Betlen 2023-08-24 01:01:20 -04:00
parent db982a861f
commit 3674e5ed4e

View file

@ -1,6 +1,6 @@
import llama_cpp
MODEL = "./vendor/llama.cpp/models/ggml-vocab.bin"
MODEL = "./vendor/llama.cpp/models/ggml-vocab-llama.gguf"
def test_llama():