File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v4
19
19
20
20
- name : typos-action
21
- uses : crate-ci/typos@v1.19 .0
21
+ uses : crate-ci/typos@v1.21 .0
Original file line number Diff line number Diff line change 2
2
# Instruction: https://github.com/marketplace/actions/typos-action#getting-started
3
3
4
4
[default .extend-identifiers ]
5
+ ddPn08 =" ddPn08"
5
6
6
7
[default .extend-words ]
7
8
NIN =" NIN"
@@ -27,6 +28,7 @@ rik="rik"
27
28
koo =" koo"
28
29
yos =" yos"
29
30
wn =" wn"
31
+ hime =" hime"
30
32
31
33
32
34
[files ]
Original file line number Diff line number Diff line change 5
5
6
6
# pylint: disable=protected-access, missing-function-docstring, line-too-long
7
7
8
- # ARC GPUs can't allocate more than 4GB to a single block so we slice the attetion layers
8
+ # ARC GPUs can't allocate more than 4GB to a single block so we slice the attention layers
9
9
10
10
sdpa_slice_trigger_rate = float (os .environ .get ('IPEX_SDPA_SLICE_TRIGGER_RATE' , 4 ))
11
11
attention_slice_rate = float (os .environ .get ('IPEX_ATTENTION_SLICE_RATE' , 4 ))
You can’t perform that action at this time.
0 commit comments