Skip to content

Commit 6142c51

Browse files
Update asr-batch-endpoint.ipynb model version (#2292)
Updating the whisper model version in asr batch inference notebook.
1 parent 261b1ca commit 6142c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/foundation-models/system/inference/automatic-speech-recognition/asr-batch-endpoint.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"outputs": [],
163163
"source": [
164164
"model_name = \"openai-whisper-large\"\n",
165-
"model_version = \"1\"\n",
165+
"model_version = \"4\"\n",
166166
"foundation_model = registry_ml_client.models.get(model_name, model_version)\n",
167167
"print(\n",
168168
" f\"Using model name: {foundation_model.name}, version: {foundation_model.version}, id: {foundation_model.id} for inferencing.\"\n",

0 commit comments

Comments
 (0)