pub fn load_tensor( content: &Content, reader: &mut (impl Read + Seek), name: &str, device: &Device, dtype: DType, ) -> Result<Tensor>
Dequantize a named GGUF tensor and cast it to dtype.
dtype