gguf : export objects to user code (#2780)

* gguf export more objects to user code

* gguf export all objects to user code for now

* gguf : bump version
This commit is contained in:
M. Yusuf Sarıgöz 2023-08-25 12:43:41 +03:00 committed by GitHub
parent 6bbc598a63
commit 8194cd8772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
from .gguf import GGUFWriter
from .gguf import *

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "gguf"
version = "0.2.0"
version = "0.2.1"
description = "Write ML models in GGUF for GGML"
authors = ["GGML <ggml@ggml.ai>"]
packages = [