Name Date Size #Lines LOC

..--

converters/H25-Apr-2025-12486

README.mdH A D25-Apr-2025317 74

convert_main.pyH A D25-Apr-20251.8 KiB5423

converter.pyH A D25-Apr-2025969 2814

install_requirements.shH A D25-Apr-2025245 91

load_gguf.pyH A D25-Apr-20252.8 KiB10471

README.md

1# Summary
2This is an experimental feature to convert [GGUF format](https://github.com/ggerganov/ggml/blob/master/docs/gguf.md) to PTE file, which can be executed directly on ExecuTorch.
3
4## Usage:
5
6    python executorch/extension/gguf_util/convert_main.py --gguf_file=<path_to_gguf_file> --pte_file=<output_pte_file>
7