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, Just To Check. Does The K8S Glue Install Torch By Default? I'M Getting

Hi, just to check. Does the k8s glue install torch by default? I'm getting Warning: could not resolve python wheel replacement for torch==1.8.0 even though i don't have torch in my requirements.txt, i also don't have torch in my codes. I am using the tensorflow image from http://nvcr.io .

  
  
Posted 3 years ago
Votes Newest

Answers 9


Hi AgitatedDove14 , that's what i am trying to figure out as well. The task has nothing to do with torch, and the requirements.txt doesn't have any torch packages as well.

  
  
Posted 2 years ago

SubstantialElk6
Hmm do you have torch in the "installed packages" section of the Task ?
(This what the agent is using to setup the environment inside the docker, running as a pod)

  
  
Posted 2 years ago

just to check. Does the k8s glue install torch by default?

SubstantialElk6 what do you mean the glue installs torch ?
The glue will take a Task from the queue create a k8s job (basically use the same docker and inside the docker run get the agent to execute the requested Task). Where would the "torch" come into play?

  
  
Posted 2 years ago

Hi SubstantialElk6 , as far as I know the glue does not install torch by default...

  
  
Posted 3 years ago

The problem is resolved by doing a git push. Somehow the git diff didn't capture the difference in requirements.txt in the project. I can't reproduce the same issue after this as well.

  
  
Posted 2 years ago

Hi, i can't seem to find the source. What are the kind of situations where it will try to install torch outside of user requirements?

  
  
Posted 3 years ago

Nice SubstantialElk6 !
BTW: you can configure your cleaml client to store the changes from the latest Pushed commit (and not the default which is latest local commit)
see store_code_diff_from_remote: in clearml.conf:
https://github.com/allegroai/clearml/blob/9b962bae4b1ccc448e1807e1688fe193454c1da1/docs/clearml.conf#L150

  
  
Posted 2 years ago

SubstantialElk6 "Execution Tab" scroll down you should have "Installed Packages" section, what do you have there?

  
  
Posted 2 years ago

Hi AgitatedDove14 , do you mean the configuration tab in the UI? No, i don't see it.

  
  
Posted 2 years ago
610 Views
9 Answers
3 years ago
one year ago
Tags