Commit 49dfd71
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 478f5a6 commit 49dfd71
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
174 | 178 | | |
175 | 179 | | |
176 | 180 | | |
| |||
0 commit comments