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 23 days ago
Votes Newest

Answers 12


this is our log

  
  
Posted 23 days ago

and version sorry I was referring to version

  
  
Posted 23 days ago

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

  
  
Posted 23 days ago

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

  
  
Posted 23 days ago

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

  
  
Posted 23 days ago

You should remove anything confidential ofc 🙂

  
  
Posted 23 days ago

Latest clearml versions in github appears to be around 1.16.3~

  
  
Posted 23 days ago

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

  
  
Posted 23 days ago

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

  
  
Posted 23 days ago

Where/how are you getting that version?

  
  
Posted 23 days ago

yes the version is correct

  
  
Posted 23 days ago

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

  
  
Posted 23 days ago