summaryrefslogtreecommitdiff
path: root/gguf-py/gguf/__init__.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/gguf/__init__.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/gguf/__init__.py')
-rw-r--r--gguf-py/gguf/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gguf-py/gguf/__init__.py b/gguf-py/gguf/__init__.py
new file mode 100644
index 00000000..718ea71e
--- /dev/null
+++ b/gguf-py/gguf/__init__.py
@@ -0,0 +1 @@
+from .gguf import GGUFWriter