Skip to content

Commit

Permalink
[Docs] Fix a typo in docs (#2159)
Browse files Browse the repository at this point in the history
* Fix a typo in docs

* Update sky/resources.py

Co-authored-by: Doyoung Kim <[email protected]>

---------

Co-authored-by: Doyoung Kim <[email protected]>
Michaelvll and landscapepainter authored Jun 30, 2023
1 parent 9f661f9 commit 682ba52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sky/resources.py
Original file line number Diff line number Diff line change
@@ -67,8 +67,7 @@ def __init__(
sky.Resources(clouds.GCP(), 'n1-standard-8', 'V100')
# Specifying required resources; the system decides the
cloud/instance
# type. The below are equivalent:
# cloud/instance type. The below are equivalent:
sky.Resources(accelerators='V100')
sky.Resources(accelerators='V100:1')
sky.Resources(accelerators={'V100': 1})

0 comments on commit 682ba52

Please sign in to comment.