mirror of
https://github.com/clearml/go-nvlib
synced 2025-01-30 18:36:59 +00:00
da71bc2bff
This updates go-nvml to include fixes for getting devices by UUID and to remove the panic from calls to Init and Shutdown. Signed-off-by: Evan Lezar <elezar@nvidia.com>
9 lines
172 B
Modula-2
9 lines
172 B
Modula-2
module gitlab.com/nvidia/cloud-native/go-nvlib
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/NVIDIA/go-nvml v0.11.6-0.0.20220823120812-7e2082095e82
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|