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