(self)
| 915 | self.gguf.write_ti_data_to_file() |
| 916 | |
| 917 | def close(self) -> None: |
| 918 | self.gguf.close() |
| 919 | |
| 920 | @staticmethod |
| 921 | def write_vocab_only(fname_out: Path, params: Params, vocab: Vocab, svocab: gguf.SpecialVocab, endianess:gguf.GGUFEndian=gguf.GGUFEndian.LITTLE) -> None: |
no outgoing calls
no test coverage detected