mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-08 22:35:09 +00:00
Bump crate-ci/typos from 1.19.0 to 1.21.0, fix typos, and updated _typos.toml (Close #1307)
This commit is contained in:
2
.github/workflows/typos.yml
vendored
2
.github/workflows/typos.yml
vendored
@@ -18,4 +18,4 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: typos-action
|
- name: typos-action
|
||||||
uses: crate-ci/typos@v1.19.0
|
uses: crate-ci/typos@v1.21.0
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# Instruction: https://github.com/marketplace/actions/typos-action#getting-started
|
# Instruction: https://github.com/marketplace/actions/typos-action#getting-started
|
||||||
|
|
||||||
[default.extend-identifiers]
|
[default.extend-identifiers]
|
||||||
|
ddPn08="ddPn08"
|
||||||
|
|
||||||
[default.extend-words]
|
[default.extend-words]
|
||||||
NIN="NIN"
|
NIN="NIN"
|
||||||
@@ -27,6 +28,7 @@ rik="rik"
|
|||||||
koo="koo"
|
koo="koo"
|
||||||
yos="yos"
|
yos="yos"
|
||||||
wn="wn"
|
wn="wn"
|
||||||
|
hime="hime"
|
||||||
|
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ from functools import cache
|
|||||||
|
|
||||||
# pylint: disable=protected-access, missing-function-docstring, line-too-long
|
# pylint: disable=protected-access, missing-function-docstring, line-too-long
|
||||||
|
|
||||||
# ARC GPUs can't allocate more than 4GB to a single block so we slice the attetion layers
|
# ARC GPUs can't allocate more than 4GB to a single block so we slice the attention layers
|
||||||
|
|
||||||
sdpa_slice_trigger_rate = float(os.environ.get('IPEX_SDPA_SLICE_TRIGGER_RATE', 4))
|
sdpa_slice_trigger_rate = float(os.environ.get('IPEX_SDPA_SLICE_TRIGGER_RATE', 4))
|
||||||
attention_slice_rate = float(os.environ.get('IPEX_ATTENTION_SLICE_RATE', 4))
|
attention_slice_rate = float(os.environ.get('IPEX_ATTENTION_SLICE_RATE', 4))
|
||||||
|
|||||||
Reference in New Issue
Block a user