Skip to content

Commit 3259928

Browse files
committed
2 parents 1a104dc + 5bfe5e4 commit 3259928

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/typos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: typos-action
21-
uses: crate-ci/typos@v1.19.0
21+
uses: crate-ci/typos@v1.21.0

_typos.toml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Instruction: https://github.com/marketplace/actions/typos-action#getting-started
33

44
[default.extend-identifiers]
5+
ddPn08="ddPn08"
56

67
[default.extend-words]
78
NIN="NIN"
@@ -27,6 +28,7 @@ rik="rik"
2728
koo="koo"
2829
yos="yos"
2930
wn="wn"
31+
hime="hime"
3032

3133

3234
[files]

library/ipex/attention.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# pylint: disable=protected-access, missing-function-docstring, line-too-long
77

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
99

1010
sdpa_slice_trigger_rate = float(os.environ.get('IPEX_SDPA_SLICE_TRIGGER_RATE', 4))
1111
attention_slice_rate = float(os.environ.get('IPEX_ATTENTION_SLICE_RATE', 4))

0 commit comments

Comments
 (0)