Skip to content

Commit

Permalink
Update provider-attributes.json (#21)
Browse files Browse the repository at this point in the history
* Update provider-attributes.json

Adds Server Room location-type
+
Adds Nvidia 40 series GPU's

* added dash to key

---------

Co-authored-by: Maxime Beauchamp <[email protected]>
  • Loading branch information
SGC41 and baktun14 authored Sep 22, 2023
1 parent 050345f commit 4840b5b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions config/provider-attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@
"key": "office",
"description": "Office"
},
{
"key": "server-room",
"description": "Server Room"
},
{
"key": "mix",
"description": "Mix of the above"
Expand Down Expand Up @@ -504,6 +508,36 @@
"key": "capabilities/gpu/vendor/nvidia/model/a6000",
"description": "Nvidia Quadro A6000",
"value": true
},
{
"key": "capabilities/gpu/vendor/nvidia/model/4060",
"description": "Nvidia rtx-4060",
"value": true
},
{
"key": "capabilities/gpu/vendor/nvidia/model/4060ti",
"description": "Nvidia rtx-4060-ti",
"value": true
},
{
"key": "capabilities/gpu/vendor/nvidia/model/4070",
"description": "Nvidia rtx-4070",
"value": true
},
{
"key": "capabilities/gpu/vendor/nvidia/model/4070ti",
"description": "Nvidia rtx-4070-ti",
"value": true
},
{
"key": "capabilities/gpu/vendor/nvidia/model/4080",
"description": "Nvidia rtx-4080",
"value": true
},
{
"key": "capabilities/gpu/vendor/nvidia/model/4090",
"description": "Nvidia rtx-4090",
"value": true
},
{
"key": "capabilities/gpu/vendor/nvidia/model/3050",
Expand Down

0 comments on commit 4840b5b

Please sign in to comment.