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, Can I Provide A Direct Url For Pytorch Wheel Through Clearml.Conf File Or Somewhere Else? I'M Having A Following Issue.

Hi, can I provide a direct url for pytorch wheel through clearml.conf file or somewhere else?
I'm having a following issue.

clearml_agent: Warning: could not resolve python wheel replacement for torch==1.12.1
clearml_agent: ERROR: Could not install task requirements!
Exception when trying to resolve python wheel: Could not find pytorch wheel URL for: torch==1.12.1 with cuda 113 support
  
  
Posted 2 months ago
Votes Newest

Answers 5


@<1664079296102141952:profile|DangerousStarfish38> , are you running different python versions on the different machines? Remote vs local

  
  
Posted 2 months ago

@<1523701070390366208:profile|CostlyOstrich36> I didn't specify remote version. Where can I check the version and adjust?

  
  
Posted 2 months ago

I mean what python version did you initially run it locally?

  
  
Posted one month ago

@<1523701070390366208:profile|CostlyOstrich36> I'm using python 3.9.11 and pytorch 1.11.0+cu113.

  
  
Posted 2 months ago

Hi @<1664079296102141952:profile|DangerousStarfish38> , I think the issue is resolving the versions of torch. Are you using an older python version on the agent?

  
  
Posted 2 months ago