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 Everyone

Hi everyone 👋
I have a script that uses 3 git repos (organisational repos on github) for its execution.
As part of this script I'm performing pull to these repos using git python API before I continue to the execution on the task itself, since I want to pull all recent changes.
I was wondering - can I configure clearml to perform this pull for me instead of using the API?
This means I don't want to only pull recent changes on the repo I'm working on, but also to those 3 additional repos I need for my task execution.

  
  
Posted 11 months ago
Votes Newest

Answers 2


Hi @<1539417873305309184:profile|DangerousMole43> , currently, ClearML supports a single repository/branch per task you're executing, used to fetch the experiment code itself. I guess you'll need to keep doing what you do now 🙂

  
  
Posted 11 months ago

Thank you @<1523701087100473344:profile|SuccessfulKoala55> !

  
  
Posted 11 months ago
540 Views
2 Answers
11 months ago
11 months ago
Tags