Skip to content

Commit

Permalink
Update provider-attributes.json (#19)
Browse files Browse the repository at this point in the history
fixed naming convention on nvidia quadro rtx 4000/5000/6000 series cards
  • Loading branch information
shimpa1 authored Sep 17, 2023
1 parent 01d7a32 commit 23b1367
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/provider-attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,18 +471,18 @@
"value": true
},
{
"key": "capabilities/gpu/vendor/nvidia/model/quadro4000",
"description": "Nvidia Quadro 4000",
"key": "capabilities/gpu/vendor/nvidia/model/rtx4000",
"description": "Nvidia Quadro RTX 4000",
"value": true
},
{
"key": "capabilities/gpu/vendor/nvidia/model/quadro5000",
"description": "Nvidia Quadro 5000",
"key": "capabilities/gpu/vendor/nvidia/model/rtx5000",
"description": "Nvidia Quadro RTX 5000",
"value": true
},
{
"key": "capabilities/gpu/vendor/nvidia/model/quadro6000",
"description": "Nvidia Quadro 6000",
"key": "capabilities/gpu/vendor/nvidia/model/rtx6000",
"description": "Nvidia Quadro RTX 6000",
"value": true
},
{
Expand Down

0 comments on commit 23b1367

Please sign in to comment.