exportTapeToGguf
fun exportTapeToGguf(tape: ExecutionTape?, weights: Map<String, Tensor<*, *>>, label: String = "graph", options: GgufExportOptions = GgufExportOptions()): GgufWriteRequest(source)
Build a GGUF export request starting from an ExecutionTape (if present). Falls back to an empty graph when no tape is supplied.