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! I Have No Requirements.Txt In Repo, Because It Managed By Poetry. Is It Somehow Possible To Pass Pyproject.Tom In Clearml-Task Cli?

Hi everyone!
I have no requirements.txt in repo, because it managed by poetry. Is it somehow possible to pass pyproject.tom in clearml-task cli?

clearml-task \
    --project "project" \
    --name "name" \
    --queue "queue" \
    --requirements pyproject.toml
  
  
Posted one month ago
Votes Newest

Answers 2


Ok, thanks

  
  
Posted one month ago

Hi PanickyDolphin50 , if you set your agent to use the poetry package manager and your repository contains the pyproject.toml file, it will use it

  
  
Posted one month ago
173 Views
2 Answers
one month ago
one month ago
Tags