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 An Issue With Clearml Serving And Self-Hosted Clearml Server. I Have Posted On Github

Hi everyone,
I have an issue with clearml serving and self-hosted clearml server. I have posted on Github
None
Almost of examples of clearml-serving, I can not run. I have followed official document ( None )

Anyone can help me? Thanks

  
  
Posted one year ago
Votes Newest

Answers 9


Maybe it's not a solution, because it's not working

  
  
Posted one year ago

I have not fixed it yet. Everything is a experiment

  
  
Posted one year ago

Do you have any idea what could be the problem?

  
  
Posted one year ago

Hey @<1686547375457308672:profile|VastLobster56> ,

What are the last changes you did? Because I'm having the same issue.
image

  
  
Posted one year ago

I built on docker, so I think the docker network is a problem. However, I'm thinking about it

  
  
Posted one year ago

I'm sorry for replying later. I think clearml-server and clearml-serving have connected together. I use docker logs -f <container-id> to check log. I also see credential in clearml-server, it have recently used (based on time: last update )

  
  
Posted one year ago

I suspect it too. But I have checked both ClearML Server and ClearML-Serving are running on same networks.
image

  
  
Posted one year ago

Agreed.

  
  
Posted one year ago

It looks like it's failing to login to the backend. Did you make sure you have valid credentials in clearml.conf ?

  
  
Posted one year ago