File tree
6 files changed
+9
-4
lines changed- include/ctranslate2/layers
- src
- layers
- models
- tests
6 files changed
+9
-4
lines changedDiff for: include/ctranslate2/layers/attention.h
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
|
Diff for: src/layers/transformer.cc
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
| 168 | + | |
168 | 169 |
| |
169 | 170 |
| |
170 | 171 |
| |
| |||
576 | 577 |
| |
577 | 578 |
| |
578 | 579 |
| |
| 580 | + | |
| 581 | + | |
579 | 582 |
| |
580 | 583 |
| |
581 | 584 |
| |
| |||
592 | 595 |
| |
593 | 596 |
| |
594 | 597 |
| |
595 |
| - | |
| 598 | + | |
596 | 599 |
| |
597 | 600 |
| |
598 | 601 |
| |
|
Diff for: src/models/whisper.cc
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
539 |
| - | |
| 539 | + | |
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
|
Diff for: tests/ops_test.cc
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
697 | 697 |
| |
698 | 698 |
| |
699 | 699 |
| |
700 |
| - | |
| 700 | + | |
701 | 701 |
| |
702 | 702 |
| |
703 | 703 |
| |
|
0 commit comments