pub fn load_state_dict( path: &Path, ) -> Result<HashMap<String, Tensor>, ModelError>
Load all tensors from a SafeTensors file into a name-to-tensor map.
All tensors are converted to F32.