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
I want to get a 192+ CPU instance through SkyPilot, do not care if it comes with GPU(s). --cpus 192+ does not yield any instance:
$ sky launch --cpus 192+
I 05-26 10:13:04 optimizer.py:1264] No resource satisfying <Cloud>(cpus=150+) on [GCP, AWS, Kubernetes].
sky.exceptions.ResourcesUnavailableError: Catalog and kubernetes cluster does not contain any instances satisfying the request:
Task<name=sky-cmd>(run=<empty>)
resources: <Cloud>(cpus=150+).
To fix: relax or change the resource requirements.
Hint: sky show-gpus to list available accelerators.
sky check to check the enabled clouds.
Even though gcp a3-highgpu-8g and AWS p5.48xlarge satisfy this request:
$ sky launch --gpus H100:8
I 05-26 10:12:29 optimizer.py:695] == Optimizer ==
I 05-26 10:12:29 optimizer.py:706] Target: minimizing cost
I 05-26 10:12:29 optimizer.py:718] Estimated cost: $87.8 / hour
I 05-26 10:12:29 optimizer.py:718]
I 05-26 10:12:29 optimizer.py:843] Considered resources (1 node):
I 05-26 10:12:29 optimizer.py:913] ----------------------------------------------------------------------------------------------
I 05-26 10:12:29 optimizer.py:913] CLOUD INSTANCE vCPUs Mem(GB) ACCELERATORS REGION/ZONE COST ($) CHOSEN
I 05-26 10:12:29 optimizer.py:913] ----------------------------------------------------------------------------------------------
I 05-26 10:12:29 optimizer.py:913] GCP a3-highgpu-8g 208 1872 H100:8 us-central1-a 87.83 ✔
I 05-26 10:12:29 optimizer.py:913] AWS p5.48xlarge 192 2048 H100:8 us-east-1 98.32
I 05-26 10:12:29 optimizer.py:913] ----------------------------------------------------------------------------------------------
I 05-26 10:12:29 optimizer.py:913]
The text was updated successfully, but these errors were encountered:
I want to get a 192+ CPU instance through SkyPilot, do not care if it comes with GPU(s).
--cpus 192+
does not yield any instance:Even though gcp
a3-highgpu-8g
and AWSp5.48xlarge
satisfy this request:The text was updated successfully, but these errors were encountered: