mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 05:48:47 +01:00
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:
parent
6bbc598a63
commit
8194cd8772
@ -1 +1 @@
|
|||||||
from .gguf import GGUFWriter
|
from .gguf import *
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "gguf"
|
name = "gguf"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "Write ML models in GGUF for GGML"
|
description = "Write ML models in GGUF for GGML"
|
||||||
authors = ["GGML <ggml@ggml.ai>"]
|
authors = ["GGML <ggml@ggml.ai>"]
|
||||||
packages = [
|
packages = [
|
||||||
|
Loading…
Reference in New Issue
Block a user