Commit 68db7f3
Fix test_model: apply_rotary_pos_emb renamed to apply_rotary
The function signature changed from (q, k, cos, sin) to (x, cos, sin).
Update import and test to match current model code.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 212c82a commit 68db7f3
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
0 commit comments