Skip to content

Commit 1ac27e2

Browse files
authored
Suppress 'ot' in _typos.toml
1 parent 8dc45de commit 1ac27e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/_typos.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ extend-exclude = [
1717

1818
[default.extend-words]
1919
# Used in a comment in SafeLLamaSamplerHandle.cs, as a prefix of "hello"
20-
teh = "hel"
20+
teh = "hel"
21+
# ot is the shorthand version of llama.cpp's override-tensor parameter
22+
ot = "ot"

0 commit comments

Comments
 (0)