loadToMapStreaming
suspend fun <T : DType, V> loadToMapStreaming(ctx: ExecutionContext, dtype: KClass<T>): LlamaWeights<T, V>(source)
Load weights to map using streaming API. Requires randomAccessProvider constructor.
inline suspend fun <T : DType, V> loadToMapStreaming(ctx: ExecutionContext): LlamaWeights<T, V>(source)