Skip to content

logycon/gpu_info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU Info

Outputs GPU Info in JSON format

gpu_info | jq
[
  {
    "gpu": 1,
    "name": "NVIDIA GeForce RTX 3070 Ti Laptop GPU",
    "memory": {
      "used_mb": 149.0,
      "total_mb": 8192.0
    }
  }
]

Build

make build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published