Skip to content

Commit 0409d2b

Browse files
author
Larry Franks
committed
update for gpuCores parameter
1 parent cd1fbf7 commit 0409d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/machine-learning-service-aks-deploy-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The entries in the `deploymentconfig.json` document map to the parameters for [A
3232
| `keys` | NA | Contains configuration elements for keys. |
3333
|   `primaryKey` | `primary_key` | A primary auth key to use for this Webservice |
3434
|   `secondaryKey` | `secondary_key` | A secondary auth key to use for this Webservice |
35-
| `gpuCores` | `gpu_cores` | The number of GPU cores to allocate for this Webservice. Default is 1. Only supports whole number values. |
35+
| `gpuCores` | `gpu_cores` | The number of GPU cores (per-container replica) to allocate for this Webservice. Default is 1. Only supports whole number values. |
3636
| `livenessProbeRequirements` | NA | Contains configuration elements for liveness probe requirements. |
3737
|   `periodSeconds` | `period_seconds` | How often (in seconds) to perform the liveness probe. Default to 10 seconds. Minimum value is 1. |
3838
|   `initialDelaySeconds` | `initial_delay_seconds` | Number of seconds after the container has started before liveness probes are initiated. Defaults to 310 |

0 commit comments

Comments
 (0)