summaryrefslogtreecommitdiff
path: root/gguf-py/tests/test_gguf.py
diff options
context:
space:
mode:
authorM. Yusuf Sarıgöz <yusufsarigoz@gmail.com>2023-08-25 09:26:05 +0300
committerGitHub <noreply@github.com>2023-08-25 09:26:05 +0300
commit87e3733f24a85d894cc16e1cbdfa1ea1e81a76f3 (patch)
tree8d43c8ff2bdcbf8e5152b0e21541dce56003fde8 /gguf-py/tests/test_gguf.py
parentb91ad7f46134d0d051dc516eb59a76f402de55c2 (diff)
gguf : make gguf pip-installable
* gitignore : add dist and rm pyproject.toml * gguf: prepare as Pip package * gguf: prepare as Pip package * gguf : fix line endings * requirements : add gguf * gguf : update readme with build notes * gguf : update readme with build notes * gguf : add notes for tests
Diffstat (limited to 'gguf-py/tests/test_gguf.py')
-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