Skip to content

Commit

Permalink
Minor: typo fix in resources.py (#4575)
Browse files Browse the repository at this point in the history
  • Loading branch information
concretevitamin authored Jan 16, 2025
1 parent e71e5a9 commit 2e61f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def _set_memory(
if memory_gb <= 0:
with ux_utils.print_exception_no_traceback():
raise ValueError(
f'The "cpus" field should be positive. Found: {memory!r}')
f'The "memory" field should be positive. Found: {memory!r}')

def _set_accelerators(
self,
Expand Down

0 comments on commit 2e61f59

Please sign in to comment.