Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun loadModelWeights(model: Module<FP32, Float>, modelParamsSource: Any, modelType: String = "")

Loads model weights into a neural network. This is currently a no-op placeholder to keep the module compiling in environments where GGUF loading is not available. It preserves API compatibility.