Check Dimensions
The ModelCompatibilityAnalyzer evaluates architecture across these dimensions:Compatibility Decision Flow
Cross-Family Merge Rule
Cross-family merges are INCOMPATIBLE unless the MergeStrategy is explicitly Franken-Merge and adapters are declared. This is an engineering assumption: structural differences between families (attention variants, MLP layouts, normalization placement) require hand-designed adapter layers that cannot be generated automatically.CONDITIONALLY_COMPATIBLE Cases
INCOMPATIBLE Cases
Cross-Links
- Model Compatibility for the full decision tree.
- Tokenizer Compatibility for the tokenizer branch.
- Tensor Shape Validation for the tensor branch.
- Merge Strategies for Franken-Merge details.