diff options
Diffstat (limited to 'gguf-py/tests')
-rw-r--r-- | gguf-py/tests/test_gguf.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gguf-py/tests/test_gguf.py b/gguf-py/tests/test_gguf.py new file mode 100644 index 00000000..512531dd --- /dev/null +++ b/gguf-py/tests/test_gguf.py @@ -0,0 +1,7 @@ +import gguf + +# TODO: add tests + + +def test_write_gguf(): + pass |