loadToMap

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)