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 Everybody, I Have A Quick Question, I Am Trying To Use Clearml-Serving But I Cant Get It To Work. I Have A Clearml Server Set Up And Now I Am Following The Instructions On Clearml. I Run The Following Line

hello everybody,
I have a quick question, I am trying to use clearml-serving but I cant get it to work. I have a clearml server set up and now I am following the instructions on clearml. I run the following line pip3 install clearml-serving and it looks like it works but when i run the command `

clearml-serving create --name "serving example"

in the command line. I keep on getting clearml-serving:command not found what am I doing wrong?

  
  
Posted 7 months ago
Votes Newest

Answers


Hi @<1547028031053238272:profile|MassiveGoldfish6> , what version of clearml-serving do you have? Can you please add the full terminal outputs for better context?

  
  
Posted 7 months ago
493 Views
1 Answer
7 months ago
7 months ago
Tags
Similar posts