diff --git a/audit/internal/webui/pages.go b/audit/internal/webui/pages.go index 18ec4d3..b70f05b 100644 --- a/audit/internal/webui/pages.go +++ b/audit/internal/webui/pages.go @@ -1068,17 +1068,23 @@ func renderValidate(opts HandlerOptions) string { `
nvidia-smi --query-gpu=index,name,memory.total`,
+ `Loading NVIDIA GPUs…
nvidia-smi, dmidecode, dcgmi diag`,
- `Runs one GPU at a time. Diag level is taken from Validate Profile.`,
+ `Runs one GPU at a time on the selected NVIDIA GPUs. Diag level is taken from Validate Profile.`,
)) +
renderSATCard("nvidia-targeted-stress", "NVIDIA GPU Targeted Stress", "runNvidiaValidateSet('nvidia-targeted-stress')", "", renderValidateCardBody(
inv.NVIDIA,
`Runs a controlled NVIDIA DCGM load in Validate to check stability under moderate stress.`,
`dcgmi diag targeted_stress`,
- `Runs one GPU at a time with the fixed DCGM targeted stress recipe.`,
+ `Runs one GPU at a time on the selected NVIDIA GPUs with the fixed DCGM targeted stress recipe.`,
)) +
`