From efe662643ccec55f050201e4636509e08300d42f Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Tue, 7 May 2024 23:12:36 -0700 Subject: [PATCH] Update docs/source/examples/interactive-development.rst Co-authored-by: Zongheng Yang --- docs/source/examples/interactive-development.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/examples/interactive-development.rst b/docs/source/examples/interactive-development.rst index 69a6f4889f2..5cd5319daa5 100644 --- a/docs/source/examples/interactive-development.rst +++ b/docs/source/examples/interactive-development.rst @@ -14,8 +14,8 @@ To launch a cluster with a cheap GPU for developemnt: .. code-block:: bash - # Launch a cluster with 1 NVIDIA GPU and syncing the local working directory to the - # cluster. + # Launch a cluster with 1 NVIDIA GPU and sync the local working directory to the + # cluster. This can be launched as a pod in your Kubernetes cluster or a cloud VM. sky launch -c dev --gpus T4 --workdir .