Commit 363517b
committed
[NPUW] Fix model builder hidden_size defaults
Defer norm/ffn defaults in ModelConfig to build_model() so changing
hidden_size after construction takes effect. Previously the constructor
baked in defaults using the initial hidden_size, silently ignoring
later changes.1 parent 44967ef commit 363517b
File tree
2 files changed
+13
-6
lines changed- src/plugins/intel_npu/tests/functional/behavior/npuw/test_engine/models
2 files changed
+13
-6
lines changedLines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1392 | 1392 | | |
1393 | 1393 | | |
1394 | 1394 | | |
1395 | | - | |
| 1395 | + | |
1396 | 1396 | | |
1397 | | - | |
| 1397 | + | |
1398 | 1398 | | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
1399 | 1409 | | |
1400 | 1410 | | |
1401 | 1411 | | |
| |||
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
| 414 | + | |
418 | 415 | | |
419 | 416 | | |
420 | 417 | | |
| |||
0 commit comments