#!/usr/bin/env python3 """Quick check of LoRA tensor norms in a GGUF file.""" import sys, struct, numpy as np def read_gguf(path): with open(path, 'rb') as f: assert f.read(4) == b'GGUF' version = struct.unpack('