We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I will be adding a T4 also today/romorrow:
root@akash-1:~/bin# ./provider-services tools psutil list gpu { "cards": [ { "address": "0000:00:01.0", "index": 0, "pci": { "driver": "bochs-drm", "address": "0000:00:01.0", "vendor": { "id": "1234", "name": "unknown" }, "product": { "id": "1111", "name": "unknown" }, "revision": "0x02", "subsystem": { "id": "1100", "name": "unknown" }, "class": { "id": "03", "name": "Display controller" }, "subclass": { "id": "00", "name": "VGA compatible controller" }, "programming_interface": { "id": "00", "name": "VGA controller" } } }, { "address": "0000:01:00.0", "index": 1, "pci": { "driver": "nouveau", "address": "0000:01:00.0", "vendor": { "id": "10de", "name": "NVIDIA Corporation" }, "product": { "id": "25a2", "name": "GA107M [GeForce RTX 3050 Mobile]" }, "revision": "0xa1", "subsystem": { "id": "1673", "name": "unknown" }, "class": { "id": "03", "name": "Display controller" }, "subclass": { "id": "00", "name": "VGA compatible controller" }, "programming_interface": { "id": "00", "name": "VGA controller" } } } ] }
The text was updated successfully, but these errors were encountered:
Hello again, kindly please provide an update. Thanks
Sorry, something went wrong.
No branches or pull requests
Hello, I will be adding a T4 also today/romorrow:
root@akash-1:~/bin# ./provider-services tools psutil list gpu
{
"cards": [
{
"address": "0000:00:01.0",
"index": 0,
"pci": {
"driver": "bochs-drm",
"address": "0000:00:01.0",
"vendor": {
"id": "1234",
"name": "unknown"
},
"product": {
"id": "1111",
"name": "unknown"
},
"revision": "0x02",
"subsystem": {
"id": "1100",
"name": "unknown"
},
"class": {
"id": "03",
"name": "Display controller"
},
"subclass": {
"id": "00",
"name": "VGA compatible controller"
},
"programming_interface": {
"id": "00",
"name": "VGA controller"
}
}
},
{
"address": "0000:01:00.0",
"index": 1,
"pci": {
"driver": "nouveau",
"address": "0000:01:00.0",
"vendor": {
"id": "10de",
"name": "NVIDIA Corporation"
},
"product": {
"id": "25a2",
"name": "GA107M [GeForce RTX 3050 Mobile]"
},
"revision": "0xa1",
"subsystem": {
"id": "1673",
"name": "unknown"
},
"class": {
"id": "03",
"name": "Display controller"
},
"subclass": {
"id": "00",
"name": "VGA compatible controller"
},
"programming_interface": {
"id": "00",
"name": "VGA controller"
}
}
}
]
}
The text was updated successfully, but these errors were encountered: