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__