gguf : add notes for tests

This commit is contained in:
M. Yusuf Sarıgöz 2023-08-25 09:08:05 +03:00
parent 2897926d90
commit 0248ca811e

View File

@ -1,7 +1,7 @@
from gguf import __version__
import gguf
# TODO: add tests
def test_version():
assert __version__ == '0.1.0'
def test_write_gguf():
pass