pub fn load_model_parallel(
path: &Path,
config: Option<ParallelLoaderConfig>,
) -> Result<HashMap<String, WeightChunk>, TrustformersError>Expand description
Load a model directory in parallel with default configuration.
Logs progress via tracing::info!.