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.llama
/
LlamaWeightLoader
/
loadToMap
load
To
Map
suspend
fun
<
T
:
DType
,
V
>
loadToMap
(
ctx
:
ExecutionContext
,
dtype
:
KClass
<
T
>
)
:
LlamaWeights
<
T
,
V
>
(
source
)
Convenience helper that collects tensors into a map alongside metadata.
inline suspend
fun
<
T
:
DType
,
V
>
loadToMap
(
ctx
:
ExecutionContext
)
:
LlamaWeights
<
T
,
V
>
(
source
)