(self)
| 882 | self.gguf.write_ti_data_to_file() |
| 883 | |
| 884 | def close(self) -> None: |
| 885 | self.gguf.close() |
| 886 | |
| 887 | @staticmethod |
| 888 | 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