Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f49b6d7

Browse filesBrowse files
committed
add test to see if llama_cpp.__version__ exists
1 parent 4e08fc0 commit f49b6d7
Copy full SHA for f49b6d7

1 file changed

+3Lines changed: 3 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎tests/test_llama.py‎

Copy file name to clipboardExpand all lines: tests/test_llama.py
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.