Skip to content

Commit

Permalink
Merge branch 'skycamp-tutorial-2023' of https://github.com/skyplane-p…
Browse files Browse the repository at this point in the history
…roject/skyplane into skycamp-tutorial-2023
  • Loading branch information
abiswal2001 committed Oct 20, 2023
2 parents f282d3c + 14fb0a7 commit 67bb66c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skyplane/planner/planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ def _calculate_vm_types(self, region_tag: str) -> Optional[Tuple[str, int]]:

# No quota limits (quota limits weren't initialized properly during skyplane init)
if quota_limit is None:
logger.warning(
f"Quota limit file not found for {region_tag}. Try running `skyplane init --reinit-{cloud_provider}` to load the quota information"
)
#logger.warning(
# f"Quota limit file not found for {region_tag}. Try running `skyplane init --reinit-{cloud_provider}` to load the quota information"
#)
# return default instance type and number of instances
return config_vm_type, self.n_instances

Expand Down

0 comments on commit 67bb66c

Please sign in to comment.