Created
September 23, 2019 05:09
-
-
Save possatti/b38dae23f4cdd14f76aa3e7e2b98b1d0 to your computer and use it in GitHub Desktop.
Names of GPUs per hostname. The ID is the pci.bus from nvidia-smi.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"lcad55": { | |
1: "Titan Xp", | |
}, | |
"car02": { | |
37: "Titan", | |
2: "Quadro", | |
}, | |
"car03": { | |
37: "Titan", | |
2: "Quadro", | |
}, | |
"car05": { | |
37: "Titan", | |
2: "Quadro", | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment