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
Hey There So A While Back We Had A Problem Using Triton In Clearml Serving. I Just Recieve 405 Errors When Calling The Triton Endpoint, When Using Other Serving Engines Everything Seems Fine. If I Restart Clearml Triton Keeps Crashing With The Following E

Hey there so a while back we had a problem using Triton in clearml serving. I just recieve 405 errors when calling the Triton endpoint, when using other serving engines everything seems fine. If I restart clearML Triton keeps crashing with the following error:

Traceback (most recent call last):
  File "clearml_serving/engines/triton/triton_helper.py", line 540, in <module>
    main()
  File "clearml_serving/engines/triton/triton_helper.py", line 532, in main
    helper.maintenance_daemon(
  File "clearml_serving/engines/triton/triton_helper.py", line 274, in maintenance_daemon
    raise ValueError("triton-server process ended with error code {}".format(error_code))
ValueError: triton-server process ended with error code 1

The Community told us to update our clearML instance, after that the error still persists. We are currently using the following versions:
clearML: 7.11.0
serving: 1.5.6
agent: 5.2.1

  
  
Posted 2 months ago
Votes Newest

Answers 12


this is our log

  
  
Posted 2 months ago

and version sorry I was referring to version

  
  
Posted 2 months ago

None if you take a look at agent, serving and clearml there is also Appversion

  
  
Posted 2 months ago

AppVersion? Can you share a screenshot of where you see it?

  
  
Posted 2 months ago

but its like AppVersion and Release I'm referring to appVersion

  
  
Posted 2 months ago

You should remove anything confidential ofc 🙂

  
  
Posted 2 months ago

Latest clearml versions in github appears to be around 1.16.3~

  
  
Posted 2 months ago

I'm checking with my colleagues if I'm allowed to share the full log

  
  
Posted 2 months ago

we pulled the latest image and our ops team pushed a new image into our registry with these new versions

  
  
Posted 2 months ago

Where/how are you getting that version?

  
  
Posted 2 months ago

yes the version is correct

  
  
Posted 2 months ago

Hi @<1739455989154844672:profile|SmarmyHamster62> , Are you sure about the version of ClearML? Can you share the entire log of the triton container?

  
  
Posted 2 months ago
133 Views
12 Answers
2 months ago
2 months ago
Tags