chore : Add gguf_template to poetry scripts

Signed-off-by: teleprint-me <77757836+teleprint-me@users.noreply.github.com>
This commit is contained in:
teleprint-me 2024-07-19 14:38:17 -04:00
parent 0de43fcc00
commit fe883305c3
No known key found for this signature in database
GPG key ID: B0D11345E65C4D48

View file

@ -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"