We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea5b25 commit 8250b33Copy full SHA for 8250b33
2 files changed
.typos.toml
@@ -10,7 +10,9 @@ extend-ignore-identifiers-re = [
10
"thr",
11
"nd",
12
"uneeded",
13
- "tese"
+ "tese",
14
+ "seperable",
15
+ "Seperable",
16
]
17
18
[files]
mistralrs-core/src/vision_models/phi4/audio_embedding.rs
@@ -20,7 +20,7 @@ pub(super) const AUDIO_SPECIAL_TOKEN_ID: f64 = 200011.;
20
pub enum AudioProjectionMode {
21
/// If only speech
22
Speech,
23
- /// If vision + speech or only vision (not sure why that is necesary though)
+ /// If vision + speech or only vision (not sure why that is necessary though)
24
Vision,
25
}
26
0 commit comments