You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gpu-feature-discovery/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ For a similar list of labels generated or used by the device plugin, see [here](
216
216
| nvidia.com/gpu.count | Integer | Number of GPUs | 2 |
217
217
| nvidia.com/gpu.family | String | Architecture family of the GPU | turing |
218
218
| nvidia.com/gpu.machine | String | Machine type. If in a public cloud provider, value may be set to the instance type. | DGX-1 |
219
-
| nvidia.com/gpu.memory | Integer | Memory of the GPU in megabytes (MB) | 15360 |
219
+
| nvidia.com/gpu.memory | Integer | Memory of the GPU in mebibytes (MiB) | 15360 |
220
220
| nvidia.com/gpu.product | String | Model of the GPU. May be modified by the device plugin if a sharing strategy is employed depending on the config. | Tesla-T4 |
221
221
| nvidia.com/gpu.replicas | String | Number of GPU replicas available. Will be equal to the number of physical GPUs unless some sharing strategy is employed in which case the GPU count will be multiplied by replicas. | 4 |
222
222
| nvidia.com/gpu.mode | String | Mode of the GPU. Can be either "compute" or "display". Details of the GPU modes can be found [here](https://docs.nvidia.com/grid/13.0/grid-gpumodeswitch-user-guide/index.html#compute-and-graphics-mode) | compute |
0 commit comments