Skip to content

Commit

Permalink
Update asr-batch-endpoint.ipynb model version (#2292)
Browse files Browse the repository at this point in the history
Updating the whisper model version in asr batch inference notebook.
  • Loading branch information
haritha-bendapudi committed May 16, 2023
1 parent 261b1ca commit 6142c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"outputs": [],
"source": [
"model_name = \"openai-whisper-large\"\n",
"model_version = \"1\"\n",
"model_version = \"4\"\n",
"foundation_model = registry_ml_client.models.get(model_name, model_version)\n",
"print(\n",
" f\"Using model name: {foundation_model.name}, version: {foundation_model.version}, id: {foundation_model.id} for inferencing.\"\n",
Expand Down

0 comments on commit 6142c51

Please sign in to comment.