From f49b6d7c67c92d58f3ee8489ed64005f087c7dbb Mon Sep 17 00:00:00 2001 From: janvdp Date: Tue, 5 Sep 2023 21:10:05 +0200 Subject: [PATCH] add test to see if llama_cpp.__version__ exists --- tests/test_llama.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_llama.py b/tests/test_llama.py index c240122..3b432b5 100644 --- a/tests/test_llama.py +++ b/tests/test_llama.py @@ -181,3 +181,6 @@ def test_llama_server(): } ], } + +def test_llama_cpp_version(): + assert llama_cpp.__version__