summaryrefslogtreecommitdiff
path: root/gguf-py/tests
diff options
context:
space:
mode:
Diffstat (limited to 'gguf-py/tests')
-rw-r--r--gguf-py/tests/test_gguf.py7
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