pub fn load_vec( content: &Content, reader: &mut (impl Read + Seek), name: &str, device: &Device, ) -> Result<Vec<f32>>
Dequantize a named GGUF tensor to F32 and flatten it to a plain Vec<f32>.
Vec<f32>