GgufTensorEntry
data class GgufTensorEntry(val ggufName: String, val tensor: Tensor<*, *>, val quantization: GGMLQuantizationType, val shape: List<Int>)(source)
Tensor entry to be consumed by a future GGUF writer implementation.
Constructors
Link copied to clipboard
constructor(ggufName: String, tensor: Tensor<*, *>, quantization: GGMLQuantizationType, shape: List<Int>)