Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 369 Bytes

WARNING: Project is abandonned and in a very early/unsuable state

🔥 Torch to ggml

a python tool to convert any (hopefully) pytorch model file to a gguf file and generate as much of the c code to use it as possible.

Usage

./convert.py <path_to_pt_model> [model_name]

This will generate a model_name.gguf model file and a model_name.c file.