exportGraphToGguf
fun exportGraphToGguf(graph: ComputeGraph, weights: Map<String, Tensor<*, *>>, label: String = "graph", options: GgufExportOptions = GgufExportOptions()): GgufWriteRequest(source)
Prepare a GGUF write request from a compute graph and weight tensors. This does not write bytes; a future GGUFWriter will consume the request.