File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ def __init__(
123123 to call to create a predictor with an endpoint name and
124124 SageMaker ``Session``. If specified, ``deploy()`` returns the
125125 result of invoking this function on the created endpoint name.
126- model_server_workers (int or PipelineVariable): Optional. The number of worker processes
127- used by the inference server. If None, server will use one
128- worker per vCPU .
126+ model_server_workers (int or PipelineVariable): Optional. The number of worker
127+ processes used by the TorchServe model server. If None, available GPUs
128+ in system or number of logical processors available to the JVM .
129129 **kwargs: Keyword arguments passed to the superclass
130130 :class:`~sagemaker.model.FrameworkModel` and, subsequently, its
131131 superclass :class:`~sagemaker.model.Model`.
You can’t perform that action at this time.
0 commit comments