Help Center/ ModelArts/ FAQs/ ModelArts Standard Notebook/ How Do I Check the CUDA Version Used by a ModelArts Notebook Instance?
Updated on 2025-08-28 GMT+08:00

How Do I Check the CUDA Version Used by a ModelArts Notebook Instance?

  1. Log in to the ModelArts console and choose Development Workspace > Notebooks from the navigation pane.
  2. In the notebook list, click Open in the Operation column of the target notebook.
  3. On the Launcher page, click Terminal. The CUDA version is displayed by default.

    As shown in the following figure, the CUDA version is 12.1.

    Figure 1 Checking the CUDA version

    You can also run the following command to check the CUDA version in the environment:

    ll /usr/local
    Figure 2 Running the command to check the CUDA version