Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clearml committed Nov 19, 2024
1 parent 036d7b6 commit 44bbbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clearml/automation/auto_scaler.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from ..backend_api.session.client import APIClient
from ..debugging import get_logger

# Worker's id in clearml would be composed from prefix, name, instance_type and cloud_id separated by ":"
# Worker's id in clearml would be composed of prefix, name, instance_type and cloud_id separated by ":"
# Example: 'test:m1:g4dn.4xlarge:i-07cf7d6750455cb62'
# cloud_id might be missing

Expand Down

0 comments on commit 44bbbc9

Please sign in to comment.