mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-03 23:34:35 +00:00
8 lines
111 B
Python
8 lines
111 B
Python
from gguf import __version__
|
|
|
|
# TODO: add tests
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.1.0'
|