llama.cpp/gguf-py/tests/test_gguf.py
2023-08-24 09:26:13 +03:00

8 lines
104 B
Python

from gguf import __version__
# TODO: add tests
def test_version():
assert __version__ == '0.1.0'