Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 317 Bytes

File metadata and controls

6 lines (4 loc) · 317 Bytes

Summary

This is an experimental feature to convert GGUF format to PTE file, which can be executed directly on ExecuTorch.

Usage:

python executorch/extension/gguf_util/convert_main.py --gguf_file=<path_to_gguf_file> --pte_file=<output_pte_file>