writeGraphToGgufFile

fun writeGraphToGgufFile(file: File, graph: ComputeGraph, weights: Map<String, Tensor<*, *>>, label: String = file.nameWithoutExtension, options: GgufExportOptions = GgufExportOptions()): GGUFWriteReport(source)

Write GGUF bytes for a graph + weights directly to a file on JVM.