# tinker_cookbook.exceptions.WeightsAdapterError ## *class* [**tinker_cookbook.exceptions.WeightsAdapterError**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/exceptions.py#L192)(*[WeightsError](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/exceptions/weightserror/index.md), ValueError*) Failed to convert a Tinker LoRA adapter to PEFT format. Raised when the adapter cannot be converted for serving — e.g. the model family is not supported for adapter serving, adapter key names cannot be remapped, or tensor shapes are inconsistent. Inherits from `ValueError` because adapter conversion errors are validation failures.