From b216dcb3dd21704108d33753f3a86a312326ebe2 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 17 Apr 2023 10:35:08 +0200 Subject: [PATCH] fixed nvidia-smi path on windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bb4c15..49b2bcf 100644 --- a/README.md +++ b/README.md @@ -473,7 +473,7 @@ Restart-Service NVDisplay.ContainerLocalSystem Check licensing status: ```shell -& 'C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe' -q | Select-String "License" +& 'nvidia-smi' -q | Select-String "License" ``` Output should be something like: