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
Is There A Way Clearml Can Be Stopped From Updating Dependencies When Cloning?

is there a way clearml can be stopped from updating dependencies when cloning?

  
  
Posted one year ago
Votes Newest

Answers 10


Hi BroadSeaturtle49 , this would be an option in the agent very soon

  
  
Posted one year ago

Thanks CostlyOstrich36 for you response. However, I am still getting errors after forcind add requirement via code Torch CUDA 116 download page found
clearml_agent: Warning: could not resolve python wheel replacement for torchvision!=0.13.0,>=0.8.1
clearml_agent: ERROR: Could not install task requirements!
Exception when trying to resolve python wheel: Could not find pytorch wheel URL for: torchvision!=0.13.0,>=0.8.1 with cuda 117 support

  
  
Posted one year ago

What are the packages that are detected when you run the experiment locally?

  
  
Posted one year ago

CostlyOstrich36 No

  
  
Posted one year ago

is it possible to stop package dependencies update when experiments are executing via an agent

  
  
Posted one year ago

BroadSeaturtle49 agent RC is out with a fix:
pip3 install clearml-agent==1.5.0rc0Let me know if it solved the issue

  
  
Posted one year ago

Are you running inside a docker?

  
  
Posted one year ago

CostlyOstrich36 Yes

  
  
Posted one year ago

Can you elaborate on this? You mean package dependencies when experiments are executing via agent?

  
  
Posted one year ago

You can specify specific package versions yourself via code
https://clear.ml/docs/latest/docs/references/sdk/task#taskadd_requirements

  
  
Posted one year ago