| 1 | # This is taken from llama-cpp 12 Mar 2024, for conversion of models to GGUF to run on llama-cpp. |
| 2 | # It can also be used for converting modified tokenizer.json to tokenizer.model. See https://github.com/ggerganov/llama.cpp/issues/2443 |
| 3 | |
| 4 | #!/usr/bin/env python3 |
nothing calls this directly
no test coverage detected