We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3549a5f commit 0b5cb58Copy full SHA for 0b5cb58
crates/local-model/src/lib.rs
@@ -173,7 +173,9 @@ impl LocalModel {
173
CactusSttModel::WhisperMediumInt8 => "cactus-whisper-medium-int8",
174
CactusSttModel::WhisperMediumInt8Apple => "cactus-whisper-medium-int8-apple",
175
CactusSttModel::ParakeetCtc0_6bInt4 => "cactus-parakeet-ctc-0.6b-int4",
176
+ CactusSttModel::ParakeetCtc0_6bInt4Apple => "cactus-parakeet-ctc-0.6b-int4-apple",
177
CactusSttModel::ParakeetCtc0_6bInt8 => "cactus-parakeet-ctc-0.6b-int8",
178
+ CactusSttModel::ParakeetCtc0_6bInt8Apple => "cactus-parakeet-ctc-0.6b-int8-apple",
179
},
180
LocalModel::GgufLlm(GgufLlmModel::Llama3p2_3bQ4) => "llm-llama3-2-3b-q4",
181
LocalModel::GgufLlm(GgufLlmModel::HyprLLM) => "llm-hypr-llm",
0 commit comments