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! I Made A Pr (

Hi!

I made a PR ( https://github.com/allegroai/clearml/pull/857 ) for the clearml package. I don't want to wait until it is merged and is taken to the next release. How can I patch my local version of clearml and force clearml-agent to use my patched version?

  
  
Posted one year ago
Votes Newest

Answers


PIP can install from git repositories!
So you can point to your own repository or even a specific commit hash.

https://pip.pypa.io/en/stable/topics/vcs-support/

  
  
Posted one year ago
584 Views
1 Answer
one year ago
one year ago
Tags