pub fn convert(
ckpt_path: &Path,
config: &TiRexConfig,
opts: &ConvertOptions,
output_path: &Path,
) -> Result<()>Expand description
Convert a TiRex PyTorch Lightning checkpoint (.ckpt) to GGUF.
pub fn convert(
ckpt_path: &Path,
config: &TiRexConfig,
opts: &ConvertOptions,
output_path: &Path,
) -> Result<()>Convert a TiRex PyTorch Lightning checkpoint (.ckpt) to GGUF.