| 1 | # Converts a model consisting of a huggingface config.json, tokenizer.json, and .safetensors weights into a .yalm file, |
| 2 | # which: |
| 3 | # - Normalizes the config to a common format in the header |
| 4 | # - Combines any safetensors shards |
nothing calls this directly
no test coverage detected