A catalog is a CSV file under SkyPilot Catalogs
Field | Type | Description |
---|---|---|
InstanceType |
string | The type of instance. |
vCPUs |
float | The number of virtual CPUs. |
MemoryGiB |
float | The amount of memory in GB. |
AcceleratorName |
string | The name of accelerators (GPU/TPU). |
AcceleratorCount |
float | The number of accelerators (GPU/TPU). |
GPUInfo |
string | The human readable information of the GPU (not used in code). |
Region |
string | The region of the resource. |
AvailabilityZone |
string | The availability zone of the resource (can be empty if not supported in the cloud). |
Price |
float | The price of the resource. |
SpotPrice |
float | The spot price of the resource. |
Create a copy of fluffycloud_catalog.py
and place it at sky/clouds/service_catalog/{cloudname_catalog}.py
. Aside from renaming fluffly cloud to your cloud name, you do not need to make additional changes.