From bf5bc7a93ddc01f8ecd82e7e4f5e07c14d47e062 Mon Sep 17 00:00:00 2001 From: haritha-bendapudi <69430494+haritha-bendapudi@users.noreply.github.com> Date: Tue, 16 May 2023 20:35:15 +0530 Subject: [PATCH] Update asr-batch-endpoint.ipynb model version Updating the whisper model version in asr batch inference notebook. --- .../automatic-speech-recognition/asr-batch-endpoint.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/foundation-models/system/inference/automatic-speech-recognition/asr-batch-endpoint.ipynb b/sdk/python/foundation-models/system/inference/automatic-speech-recognition/asr-batch-endpoint.ipynb index 2519a40660..64c02f2a8f 100644 --- a/sdk/python/foundation-models/system/inference/automatic-speech-recognition/asr-batch-endpoint.ipynb +++ b/sdk/python/foundation-models/system/inference/automatic-speech-recognition/asr-batch-endpoint.ipynb @@ -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",