Where can I find the CUDA version used in the latest Amazon SageMaker Distribution?

0

I'm using SageMaker Studio and want to know which CUDA version is used in the latest SageMaker Distribution (version 1.4) when running on a GPU instance.

I checked the Dockerfile in the public GitHub repository for SageMaker, and I noticed that the CUDA versions are specified as ARGs. However, I couldn't find the specific ARG value used for SageMaker Distribution 1.4.

Is there any documentation or resource that provides information about the CUDA version used in SageMaker Distribution 1.4?

Is there any official documentation, release notes, or changelog that provides information about the CUDA version used in SageMaker Distribution 1.4?

Please note: I'm looking for documentation or resources that directly state the CUDA version. I'm aware of programmatic ways to check the CUDA version, so please focus answers on relevant documentation instead.

AWS
已提問 2 個月前檢視次數 142 次
1 個回答
2

You can refer to the gpu.env.out file for each version. For example, cuda version for v1.4.0 is here - https://github.com/aws/sagemaker-distribution/blob/17300e1d4df453f34c795205568a746bc890be1f/build_artifacts/v1/v1.4/v1.4.0/gpu.env.out#L42

Under build_artifacts, you can also see changelog for each version.

AWS
Durga_S
已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南