GgufWriteRequest
data class GgufWriteRequest(val metadata: Map<String, Any>, val tensors: List<GgufTensorEntry>, val tensorMap: Map<String, String>)(source)
Aggregate export payload prepared by the facade; writer will consume this.