Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi All, I Tried To Create A Aws Autoscaler With A Cpu Only Instance

Hi all,
I tried to create a AWS autoscaler with a CPU only instance t3.medium , through the web-interface. I get the following error, anything I do wrong to setup an instance with CPU instances?

ClearML results page: 

2023-02-23 00:33:19,828 - clearml.Auto-Scaler - INFO - initial state: State.STARTING
2023-02-23 00:33:19,829 - clearml.Auto-Scaler - INFO - scaler name: root-2d7da755cef8
2023-02-23 00:33:19,829 - clearml.Auto-Scaler - INFO - using AWS driver
Traceback (most recent call last):
  File "main.py", line 154, in <module>
    main()
  File "main.py", line 141, in main
    scaler = AutoScaler(
  File "/root/.clearml/venvs-builds/3/task_repository/clearml-apps.git/apps/auto_scaler/auto_scaler.py", line 159, in __init__
    self.workers_prefix = driver.validate_workers_prefix(config.workers_prefix, self.resource_configurations)
  File "/root/.clearml/venvs-builds/3/task_repository/clearml-apps.git/apps/auto_scaler/cloud_driver.py", line 355, in validate_workers_prefix
    warnings_html = f"<h3 style='color: red'>Duplicate workers_prefix '{self.workers_prefix}'</h3>"
AttributeError: 'AWSDriver' object has no attribute 'workers_prefix'
ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring

image

  
  
Posted one year ago
Votes Newest

Answers


Hi @<1539780258050347008:profile|CheerfulKoala77> , it seems that you're trying to use the same 'Workers Prefix' setup for two different autoscalers, workers prefix must be unique between autoscalers

  
  
Posted one year ago
618 Views
1 Answer
one year ago
one year ago
Tags