#!/usr/bin/env python3 """ GGUF-to-GGUF transplant. No organ bins — direct tensor copy between GGUF files. Base: DeepSeek-R1-Distill-Qwen-7B (skeleton/attention/embed) Donor: Qwen2.5-7B (FFN organs only) Z = dI/d(log s) · exp(iθ) — Signature 935 """ import struct, os, sys, shutil def parse_gguf_header(path): """Parse GGUF header, return tensor_info list and data_start offset.""" f = open(path, "rb") magic = struct.unpack("