Attestation#

GPU Attestation#

Pre-requisites#

  1. Create a Confidential Virtual Machine with the following specifications:

    • NVIDIA Hopper H100 (or later) GPU that supports CC

    • NVIDIA GPU Driver with CC / PPCIE support.

    • GPU SKU that supports Confidential Computing.

  2. Install Python 3.8 or later.

  3. Follow the instructions in Local Verifier to install the NVIDIA GPU Local Verifier Python SDK. (Required for source code installation only)

  4. Run the following command and ensure that you have the ‘nv-local-gpu-verifier’ Python module installed.

    pip list | grep nv-local-gpu-verifier
    nv-local-gpu-verifier  <version>
    

How to do Attestation#

Switch Attestation#

Pre-requisites#

  1. Create a Confidential Virtual Machine with multiple GPUs connected by nvSwitch with the following specifications:

    • LS10 Switch supporting PPCIE mode

    • NvSwitch Driver with PPCIE support.

    • GPU SKU that supports Confidential Computing.

  2. Unlike GPU Verifier, Switch Verifier comes pre-installed with Attestation SDK.

How to do Attestation#

Claims and Troubleshooting information#