From 0f4b14950d23c1f23623a757b5d4e63485c9e4b8 Mon Sep 17 00:00:00 2001 From: Gloria Park <138884103+gloriacohere@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:07:29 -0500 Subject: [PATCH] Update Deploy command-r-plus.ipynb container update for bug fixes --- notebooks/sagemaker/Deploy command-r-plus.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/sagemaker/Deploy command-r-plus.ipynb b/notebooks/sagemaker/Deploy command-r-plus.ipynb index 4874ac8..d331174 100644 --- a/notebooks/sagemaker/Deploy command-r-plus.ipynb +++ b/notebooks/sagemaker/Deploy command-r-plus.ipynb @@ -100,8 +100,8 @@ "outputs": [], "source": [ "cohere_packages = {\n", - " 'ml.p4de.24xlarge': \"cohere-command-r-plus-a100-v1--a2db668865cf31ff841f921d27d2257c\",\n", - " 'ml.p5.48xlarge': \"cohere-command-r-plus-h100-v1--312cd543f0e33e06b7cf47fe16bcd91c\",\n", + " 'ml.p4de.24xlarge': \"cohere-command-r-plus-a100-v1--cdf285b7e10c37338a133873c067d16c\",\n", + " 'ml.p5.48xlarge': \"cohere-command-r-plus-h100-v1--4256e02cd0b7363883c9e922424cdef7\",\n", "}\n", "\n", "cohere_package = cohere_packages[instance_type]\n",