Skip to content

Commit

Permalink
Fix runpod list accelerators
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Jan 7, 2024
1 parent 1859101 commit ed955df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/clouds/service_catalog/runpod_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def list_accelerators(
all_regions: bool = False,
) -> Dict[str, List[common.InstanceTypeInfo]]:
"""Returns all instance types in RunPod offering GPUs."""
return common.list_accelerators_impl('RunPodCloud', _df, gpus_only,
return common.list_accelerators_impl('RunPod', _df, gpus_only,
name_filter, region_filter,
quantity_filter, case_sensitive,
all_regions)

0 comments on commit ed955df

Please sign in to comment.