gguf-py : move scripts directory (#11116)
* Moved scripts dir and fixed pyproject.toml * updated readme * fixed README urls * bump pypi gguf to v0.14.0 * retrigger ci * empty commit - trigger ci
This commit is contained in:
parent
1bf839b1e8
commit
8a1d9c25fa
8 changed files with 9 additions and 10 deletions
|
@ -1,6 +0,0 @@
|
|||
# pyright: reportUnusedImport=false
|
||||
|
||||
from .gguf_convert_endian import main as gguf_convert_endian_entrypoint
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue