Skip to content

Commit

Permalink
added region_filter to costs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav2001 committed Jan 6, 2024
1 parent c5c5339 commit 621e598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/clouds/service_catalog/gcp_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,12 +402,12 @@ def list_accelerators(
vm_price = common.get_hourly_cost_impl(_df,
vm_type,
use_spot=False,
region=None,
region=region_filter,
zone=None)
vm_spot_price = common.get_hourly_cost_impl(_df,
vm_type,
use_spot=True,
region=None,
region=region_filter,
zone=None)
new_infos[info.accelerator_name].append(
info._replace(
Expand Down

0 comments on commit 621e598

Please sign in to comment.