From fe883305c317779e80c64bb901f14e385be4689e Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:38:17 -0400 Subject: [PATCH] chore : Add gguf_template to poetry scripts Signed-off-by: teleprint-me <77757836+teleprint-me@users.noreply.github.com> --- gguf-py/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index 471c8aa67..4241c5c17 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -37,3 +37,4 @@ gguf-convert-endian = "scripts:gguf_convert_endian_entrypoint" gguf-dump = "scripts:gguf_dump_entrypoint" gguf-set-metadata = "scripts:gguf_set_metadata_entrypoint" gguf-new-metadata = "scripts:gguf_new_metadata_entrypoint" +gguf-template = "scripts:gguf_template"