Commit 58e9533
fix: include user-defined LLM families in _resolve_architectures
The _resolve_architectures method only looked up architectures from
BUILTIN_LLM_FAMILIES, which caused custom-registered models with a
model_family pointing to a user-defined model to fail architecture
resolution. Now combines both builtin and user-defined families.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 7f439bd commit 58e9533
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
170 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
171 | 175 | | |
172 | 176 | | |
173 | 177 | | |
| |||
0 commit comments