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
Error! Could Not Locate Pytorch Version Torch==1.11.0 Matching Cuda Version 75 Clearml_Agent: Warning: Could Not Resolve Python Wheel Replacement For Torch==1.11.0 Clearml_Agent: Error: Could Not Install Task Requirements! Exception When Trying To Resolve

Error! Could not locate PyTorch version torch==1.11.0 matching CUDA version 75
clearml_agent: Warning: could not resolve python wheel replacement for torch==1.11.0
clearml_agent: ERROR: Could not install task requirements!
Exception when trying to resolve python wheel: Could not find pytorch wheel URL for: torch==1.11.0 with cuda 102 support

  
  
Posted one year ago
Votes Newest

Answers 10


Hi BroadSeaturtle49 , what versions of clearml-agent & clearml are you using? What OS is this?

  
  
Posted one year ago

python 3.8.13

  
  
Posted one year ago

clearml agent is v1.4.0

  
  
Posted one year ago

Hi CostlyOstrich36 below are the versions

  
  
Posted one year ago

clearml 1.7.0

  
  
Posted one year ago

ubuntu

  
  
Posted one year ago

what python did you run locally with and what python is running on remote?

  
  
Posted one year ago

and i am running on prem clearml server on Ubuntu

  
  
Posted one year ago

clearml-agent 1.4.0

  
  
Posted one year ago

both local and remote python is 3.8.13

  
  
Posted one year ago