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/source/reference/auto-stop.rst
+5-4
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@
2
2
Auto-stopping
3
3
=========
4
4
5
-
Sky's **auto-stopping** can automatically stop a cluster after a few minutes of idleness.
5
+
Sky's **auto-stopping** automatically stops a cluster after it becomes idle.
6
+
6
7
With auto-stopping, users can simply submit jobs and leave their laptops, while
7
8
**ensuring no unnecessary spending occurs**: after jobs have finished, the
8
-
cluster(s) used will be automatically stopped (and restarted later).
9
+
cluster(s) used will be automatically stopped (which can be restarted later).
9
10
10
-
To setup auto-stopping for a cluster, use :code:`sky autostop`:
11
+
To schedule auto-stopping for a cluster, use :code:`sky autostop`:
11
12
12
13
.. code-block:: bash
13
14
@@ -40,7 +41,7 @@ To view the status of the cluster, use ``sky status [--refresh]``:
40
41
# Refresh the status for auto-stopping
41
42
sky status --refresh
42
43
NAME LAUNCHED RESOURCES STATUS AUTOSTOP COMMAND
43
-
mycluster 11 min ago 2x AWS(m4.2xlarge) STOPPED - sky launch -d -c ...
44
+
mycluster 11 min ago 2x AWS(m4.2xlarge) STOPPED 10 min sky launch -d -c ...
44
45
45
46
46
47
:code:`sky status` shows the cached statuses, which can be outdated for clusters with auto-stopping scheduled. To query the real statuses of clusters with auto-stopping scheduled, use :code:`sky status --refresh`.
Copy file name to clipboardexpand all lines: docs/source/reference/quota.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ AWS
14
14
15
15
1. Go to the `EC2 Quotas console <https://console.aws.amazon.com/servicequotas/home/services/ec2/quotas>`_.
16
16
2. **Select a region** on the top right.
17
-
3. Choose an EC2 instance type from the list (e.g, ``Running On-Demand P instances``). Use ``sky show-gpus --cloud aws --all`` or check `here <https://aws.amazon.com/ec2/instance-types/>`_ for more instance types.
17
+
3. Choose an EC2 instance type from the list (e.g, ``Running On-Demand P instances`` or ``All P Spot Instance Requests``). Use ``sky show-gpus --cloud aws --all`` or check `here <https://aws.amazon.com/ec2/instance-types/>`_ for more instance types.
18
18
4. Click the quota name, and then choose **Request quota increase**.
19
19
5. For **Change quota value**, enter the new value.
20
20
6. Choose **Request**.
@@ -43,4 +43,4 @@ GCP
43
43
3. Choose ``Limit Name: instance_name``. (e.g., ``NVIDIA-V100-GPUS-per-project-region``). You may check `here <https://cloud.google.com/compute/quotas#gpu_quota>`_ for a complete GPU list.
44
44
4. Select the checkbox of the region whose quota you want to change.
45
45
5. Click **Edit Quotas** and fill out the new limit.
0 commit comments