{"id":70577,"library":"nvidia-go-nvml","title":"Go NVML","description":"Go bindings for the NVIDIA Management Library (NVML) for GPU monitoring and management.","status":"active","version":"0.13.2-0","language":"go","source_language":null,"source_url":"https://github.com/NVIDIA/go-nvml","tags":["nvidia","gpu","nvml","monitoring","hardware"],"install":[{"cmd":"go get github.com/NVIDIA/go-nvml","lang":"bash","label":"Install github.com/NVIDIA/go-nvml"}],"dependencies":[],"imports":[{"symbol":"nvml","correct":"github.com/NVIDIA/go-nvml"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/NVIDIA/go-nvml/pkg/nvml\"\n)\n\nfunc main() {\n\terr := nvml.Init()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer nvml.Shutdown()\n\tcount, _ := nvml.DeviceGetCount()\n\tfmt.Printf(\"Found %d NVIDIA devices\\n\", count)\n}","lang":"go","description":"Initialize NVML and get device count"},"warnings":[],"env_vars":null,"search_vec":"'bind':4 'go':1,3 'gpu':12,17 'hardwar':20 'librari':9 'manag':8,15 'monitor':13,19 'nvidia':7,16 'nvml':2,10,18","created_at":"2026-06-17T18:16:29.184104+00:00","updated_at":"2026-06-17T18:16:29.184104+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/NVIDIA/go-nvml","github":"https://github.com/NVIDIA/go-nvml","docs":"https://pkg.go.dev/github.com/NVIDIA/go-nvml#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}