pub fn map_tensor_name(name: &str) -> Option<String>Expand description
Map a TiRex state_dict tensor name (from PyTorch Lightning .ckpt) to GGUF naming.
The checkpoint stores block weights under “block_stack.blocks.N.*” and the non-block embeddings / output norm without a “block_stack.” prefix.