Skip to content

Commit

Permalink
chore : Add gguf template entrypoint to scripts sub package and fix t…
Browse files Browse the repository at this point in the history
…oml entry
  • Loading branch information
teleprint-me committed Jul 19, 2024
1 parent fe88330 commit a083c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gguf-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +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"
gguf-template = "scripts:gguf_template_entrypoint"
1 change: 1 addition & 0 deletions gguf-py/scripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
from .gguf_dump import main as gguf_dump_entrypoint
from .gguf_set_metadata import main as gguf_set_metadata_entrypoint
from .gguf_new_metadata import main as gguf_new_metadata_entrypoint
from .gguf_template import main as gguf_template_entrypoint

0 comments on commit a083c6c

Please sign in to comment.