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 There, Executing Remotely, The Script I'M Running The Clearml Task From, Has An Import Command For A Module Located In A Different Repository, But When Running The Script It Only Clones The Repo The Clearml Task Is On, How Can It Get The Other Repo Als

hi there, executing remotely, the script i'm running the clearml task from, has an import command for a module located in a different repository, but when running the script it only clones the repo the clearml task is on, how can it get the other repo also?

  
  
Posted 2 years ago
Votes Newest

Answers 5


Hi ConvolutedChicken69

but when running the script it only clones the repo the clearml task is on, how can it get the other repo also?

Do you have a wheel or a git you can install it from ?

  
  
Posted 2 years ago

what do you mean? doing a git clone within the script?

  
  
Posted 2 years ago

I mean, can you install it with something like ?
pip install git+Basically the agent will install main repository, and any git submodules. But it cannot install multiple repositories, as the directory structure might be too much.
wdyt?

  
  
Posted 2 years ago

i'll test it, thanks

  
  
Posted 2 years ago

👍

  
  
Posted 2 years ago
657 Views
5 Answers
2 years ago
one year ago
Tags
Similar posts