Skip to content

Commit 8250b33

Browse files
committed
Typo
1 parent 4ea5b25 commit 8250b33

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.typos.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ extend-ignore-identifiers-re = [
1010
"thr",
1111
"nd",
1212
"uneeded",
13-
"tese"
13+
"tese",
14+
"seperable",
15+
"Seperable",
1416
]
1517

1618
[files]

mistralrs-core/src/vision_models/phi4/audio_embedding.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub(super) const AUDIO_SPECIAL_TOKEN_ID: f64 = 200011.;
2020
pub enum AudioProjectionMode {
2121
/// If only speech
2222
Speech,
23-
/// If vision + speech or only vision (not sure why that is necesary though)
23+
/// If vision + speech or only vision (not sure why that is necessary though)
2424
Vision,
2525
}
2626

0 commit comments

Comments
 (0)