We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e08fc0 commit f49b6d7Copy full SHA for f49b6d7
1 file changed
tests/test_llama.py
@@ -181,3 +181,6 @@ def test_llama_server():
181
}
182
],
183
184
+
185
+def test_llama_cpp_version():
186
+ assert llama_cpp.__version__
0 commit comments