add test to see if llama_cpp.__version__ exists

This commit is contained in:
janvdp 2023-09-05 21:10:05 +02:00
parent 4e08fc03bd
commit f49b6d7c67

View file

@ -181,3 +181,6 @@ def test_llama_server():
}
],
}
def test_llama_cpp_version():
assert llama_cpp.__version__