Skip to content

Commit f49b6d7

Browse files
committed
add test to see if llama_cpp.__version__ exists
1 parent 4e08fc0 commit f49b6d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_llama.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,6 @@ def test_llama_server():
181181
}
182182
],
183183
}
184+
185+
def test_llama_cpp_version():
186+
assert llama_cpp.__version__

0 commit comments

Comments
 (0)