Skip to content

Commit f2f8566

Browse files
committed
polish doc
1 parent 0547e2a commit f2f8566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/scripts/test_model_cuda_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ case "$HF_MODEL" in
117117
;;
118118
*)
119119
echo "Error: Unsupported model '$HF_MODEL'"
120-
echo "Supported models: mistralai/Voxtral-Mini-3B-2507, openai/whisper-small, openai/whisper-large-v2, google/gemma-3-4b-it"
120+
echo "Supported models: mistralai/Voxtral-Mini-3B-2507, openai/whisper series (whisper-{small, medium, large, large-v2, large-v3, large-v3-turbo}), google/gemma-3-4b-it"
121121
exit 1
122122
;;
123123
esac

.github/workflows/cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- repo: "openai"
106106
name: "whisper-small"
107107
- repo: "openai"
108-
name: "whisper-large-v2"
108+
name: "whisper-large-v3-turbo"
109109
- repo: "google"
110110
name: "gemma-3-4b-it"
111111
quant:

0 commit comments

Comments
 (0)