Skip to content

Commit 8194cd8

Browse files
authored
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
1 parent 6bbc598 commit 8194cd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gguf-py/gguf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .gguf import GGUFWriter
1+
from .gguf import *

gguf-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gguf"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Write ML models in GGUF for GGML"
55
authors = ["GGML <[email protected]>"]
66
packages = [

0 commit comments

Comments
 (0)