Skip to content

Commit 0b5cb58

Browse files
committed
fix ci
Signed-off-by: Yujong Lee <yujonglee.dev@gmail.com>
1 parent 3549a5f commit 0b5cb58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/local-model/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ impl LocalModel {
173173
CactusSttModel::WhisperMediumInt8 => "cactus-whisper-medium-int8",
174174
CactusSttModel::WhisperMediumInt8Apple => "cactus-whisper-medium-int8-apple",
175175
CactusSttModel::ParakeetCtc0_6bInt4 => "cactus-parakeet-ctc-0.6b-int4",
176+
CactusSttModel::ParakeetCtc0_6bInt4Apple => "cactus-parakeet-ctc-0.6b-int4-apple",
176177
CactusSttModel::ParakeetCtc0_6bInt8 => "cactus-parakeet-ctc-0.6b-int8",
178+
CactusSttModel::ParakeetCtc0_6bInt8Apple => "cactus-parakeet-ctc-0.6b-int8-apple",
177179
},
178180
LocalModel::GgufLlm(GgufLlmModel::Llama3p2_3bQ4) => "llm-llama3-2-3b-q4",
179181
LocalModel::GgufLlm(GgufLlmModel::HyprLLM) => "llm-hypr-llm",

0 commit comments

Comments
 (0)