SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-io-gguf
/
sk.ainet.io.gguf.export
/
GGUFWriteReport
GGUFWrite
Report
data
class
GGUFWriteReport
(
val
bytesWritten
:
Long
,
val
tensorCount
:
Int
,
val
kvCount
:
Int
)
(
source
)
Result summary for a GGUF write.
Members
Constructors
GGUFWrite
Report
Link copied to clipboard
constructor
(
bytesWritten
:
Long
,
tensorCount
:
Int
,
kvCount
:
Int
)
Properties
bytes
Written
Link copied to clipboard
val
bytesWritten
:
Long
kv
Count
Link copied to clipboard
val
kvCount
:
Int
tensor
Count
Link copied to clipboard
val
tensorCount
:
Int