Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request-Add GPUs #39

Open
rebots-online opened this issue Nov 14, 2024 · 0 comments
Open

Request-Add GPUs #39

rebots-online opened this issue Nov 14, 2024 · 0 comments

Comments

@rebots-online
Copy link

@aero5x-akash:~/github$ provider-services tools psutil list gpu | jq '.cards[] | .pci | {vendor: .vendor, product: .product}'

{
  "vendor": {
    "id": "10de",
    "name": "NVIDIA Corporation"
  },
  "product": {
    "id": "24a0",
    "name": "GA104 [Geforce RTX 3070 Ti Laptop GPU]"
  }
}
{
  "vendor": {
    "id": "8086",
    "name": "Intel Corporation"
  },
  "product": {
    "id": "46a6",
    "name": "Alder Lake-P GT2 [Iris Xe Graphics]"
  }
}

robin@aero5x-akash:~/github$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant