"vscode:/vscode.git/clone" did not exist on "4325efe96169a6d6d4a7efea003b586b8754c194"
_typos.toml 317 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
# Files for typos
# Instruction:  https://github.com/marketplace/actions/typos-action#getting-started

[default.extend-identifiers]

[default.extend-words]
NIN_="NIN" # NIN is used in scripts/convert_ncsnpp_original_checkpoint_to_diffusers.py
nd="np" # nd may be np (numpy)


[files]
extend-exclude = ["_typos.toml"]