From 57061a15cfd9fa6bf7aa584c433a8e01a3f56dc8 Mon Sep 17 00:00:00 2001 From: Harrison Feng Date: Fri, 3 Jan 2020 12:33:41 +0800 Subject: [PATCH] [docs] configure.rst with --num-cpus (#6678) --num-cpus -> --num-gpus Signed-off-by: Harrison Feng --- doc/source/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configure.rst b/doc/source/configure.rst index 1363ce66b..794132e62 100644 --- a/doc/source/configure.rst +++ b/doc/source/configure.rst @@ -28,7 +28,7 @@ If not running cluster mode, you can specify cluster resources overrides through # Specifying custom resources ray.init(num_gpus=1, resources={'Resource1': 4, 'Resource2': 16}) -When starting Ray from the command line, pass the ``--num-cpus`` and ``--num-cpus`` flags into ``ray start``. You can also specify custom resources. +When starting Ray from the command line, pass the ``--num-cpus`` and ``--num-gpus`` flags into ``ray start``. You can also specify custom resources. .. code-block:: bash