Skip to main content

map_tensor_name

Function map_tensor_name 

Source
pub fn map_tensor_name(hf_name: &str) -> Option<String>
Expand description

Map a HuggingFace TimesFM tensor name to its GGUF blk.N.* equivalent.

HF parameter naming comes from PyTorch nn.Module traversal of TimesFM_2p5_200M_torch_module. Returns None for any name that should not be included in the GGUF (currently none are skipped).