gguf: prepare as Pip package

This commit is contained in:
M. Yusuf Sarıgöz 2023-08-24 09:09:52 +03:00
parent 5dd870574e
commit 344f6e373b
6 changed files with 816 additions and 0 deletions

3
gguf-py/gguf/__init__.py Normal file
View file

@ -0,0 +1,3 @@
from .gguf import GGUFWriter
__version__ = '0.1.0'