* py : switch to snake_case ggml-ci * cont ggml-ci * cont ggml-ci * cont : fix link * gguf-py : use snake_case in scripts entrypoint export * py : rename requirements for convert_legacy_llama.py Needed for scripts/check-requirements.sh --------- Co-authored-by: Francis Couture-Harpin <git@compilade.net>
4 lines
260 B
Python
4 lines
260 B
Python
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
|