Skip to content

Commit

Permalink
update inference ami version in sagemaker endpoint config to fix nvml…
Browse files Browse the repository at this point in the history
… driver issues (#104)
  • Loading branch information
kshitizgupta21 authored Nov 19, 2024
1 parent 47ecfa5 commit 0861539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloud-service-providers/aws/sagemaker/nim_llama3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@
" \"InitialInstanceCount\": 1,\n",
" \"ModelName\": sm_model_name,\n",
" \"VariantName\": \"AllTraffic\",\n",
" \"ContainerStartupHealthCheckTimeoutInSeconds\": 850\n",
" \"ContainerStartupHealthCheckTimeoutInSeconds\": 1800,\n",
" \"InferenceAmiVersion\": \"al2-ami-sagemaker-inference-gpu-2\"\n",
" }\n",
" ],\n",
")\n",
Expand Down

0 comments on commit 0861539

Please sign in to comment.