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
Hello Folks! I Have A Question About

Hello folks!

i have a question about clearml.Task.create`` , especially aboutrepoparameter is there an any possibility to force clearml download submodules from my specifiedrepo` ?
i didnt find any references in documentation or in code base

  
  
Posted 5 months ago
Votes Newest

Answers


Hi @<1577468626967990272:profile|PerplexedDolphin99> , I think you will get the submodules, you just need to make sure to set up the agent with git_ask_pass to true

  
  
Posted 5 months ago
260 Views
1 Answer
5 months ago
5 months ago
Tags