Commit 40559c0
fix(lfm2_5_vl): catch Exception not KeyError in convert_weights fallback
get_mapped_key raises Exception (not KeyError) for unknown keys like
in_proj. The except clause never fired, causing the crash. Fix: catch
Exception so in_proj falls through to the 3-way split branch.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 75942c4 commit 40559c0
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments