Commit b296055
Fix LlamaCppConnector.get_model_identity() wrong field names
Same bug as OllamaConnector (C1): hidden_size -> hidden_dim,
removed vocab_size (not a ModelIdentity field). Found by /audit-docs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent efdb815 commit b296055
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1102 | 1102 | | |
1103 | 1103 | | |
1104 | 1104 | | |
1105 | | - | |
| 1105 | + | |
1106 | 1106 | | |
1107 | 1107 | | |
1108 | 1108 | | |
1109 | | - | |
| 1109 | + | |
1110 | 1110 | | |
1111 | | - | |
1112 | 1111 | | |
1113 | 1112 | | |
1114 | 1113 | | |
| |||
0 commit comments