Skip to content

tinker_cookbook.exceptions.WeightsMergeError

class tinker_cookbook.exceptions.WeightsMergeError(WeightsError, ValueError)

Failed to merge LoRA adapter weights into a base model.

Raised when adapter weights are incompatible with the base model (shape mismatches, missing keys, etc.). Inherits from ValueError because merge errors are validation failures (wrong shapes, missing config keys).