forked from oscar.krause/fastapi-dls
fixed nvidia-smi path on windows
This commit is contained in:
parent
d2e4042932
commit
b216dcb3dd
@ -473,7 +473,7 @@ Restart-Service NVDisplay.ContainerLocalSystem
|
|||||||
Check licensing status:
|
Check licensing status:
|
||||||
|
|
||||||
```shell
|
```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:
|
Output should be something like:
|
||||||
|
Loading…
Reference in New Issue
Block a user