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, I Am Trying To Setup Clearml-Serving And I Am Running Into Issues. I Am Following The Set-Up Tutorial To A T And Yet I Can'T Get It To Work. I Installed Clearml-Serving I Create The Serving Service Controller I Clone The Clearml-Serving Repo I Chan

Hello, I am trying to setup clearml-serving and I am running into issues.
I am following the set-up tutorial to a T and yet I can't get it to work.
I installed clearml-serving
I create the serving service controller
I clone the clearml-serving repo
I changed the example.env file copying all the credentials from my clearml.conf file and giving it the Task Id from my service controller
Yet, when I run the docker compose command, no new task appear on the UI and I get the following errors.

  
  
Posted 7 months ago
Votes Newest

Answers 3


Hi @<1547028031053238272:profile|MassiveGoldfish6> , regarding the login errors - it looks like it's failing to connect to the clearml backend. Is it possible there is something mistyped in the credentials or the server address? Any chance that the credentials were revoked?

  
  
Posted 7 months ago

Hello @<1523701070390366208:profile|CostlyOstrich36> , thank you for your recommendation but I doubled checked everything and I am still running into the same issue. The credentials are correct and not revoked.

  
  
Posted 7 months ago

and the weird part is that I got it working fine last week. I docker composed down the containers, aborted all the task and now it wont work any more and i keep getting those errors

  
  
Posted 7 months ago
499 Views
3 Answers
7 months ago
7 months ago
Tags
Similar posts