add test to see if llama_cpp.__version__ exists
This commit is contained in:
parent
4e08fc03bd
commit
f49b6d7c67
1 changed files with 3 additions and 0 deletions
|
@ -181,3 +181,6 @@ def test_llama_server():
|
|||
}
|
||||
],
|
||||
}
|
||||
|
||||
def test_llama_cpp_version():
|
||||
assert llama_cpp.__version__
|
||||
|
|
Loading…
Reference in a new issue