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 Am Facing The Issue Of

Hi everyone, I am facing the issue of
` "Error processing request: <_InactiveRpcError of RPC that terminated with:\n\tstatus = StatusCode.UNAVAILABLE\n\tdetails = "Request for unknown model: 'u2net-new/1' is not found"\n\tdebug_error_string = "{"created":"@1664953952.067922443","description":"Error received from peer ipv4:10.105.118.102:8001","file":"src/core/lib/surface/call.cc","file_line":1069,"grpc_message":"Request for unknown model: 'u2net-new/1' is not found","grpc_status":14}"\n>"

my model is deployed with triton, engine and it is sucesfully loaded in the triton container:

│ I1005 07:10:40.996770 41 onnxruntime.cc:2400] TRITONBACKEND_ModelInitialize: u2net-new_1 (version 1)
│ I1005 07:10:41.000810 41 onnxruntime.cc:2443] TRITONBACKEND_ModelInstanceInitialize: u2net-new_1 (GPU device 0)
│ I1005 07:10:41.264497 41 model_repository_manager.cc:1132] successfully unloaded 'u2net-new_1' version 1 `

  
  
Posted 2 years ago
Votes Newest

Answers 3


It seems like the versioning the model causes this issue, since in triton it is named as a new model, not a subdir

  
  
Posted 2 years ago

I will investigate it, and if it is true will open an issue

  
  
Posted 2 years ago

Hi WackyHorse2 ,

What happens if you rename your model to ' u2net-ne1 ' instead and try reloading it into triton?

  
  
Posted 2 years ago
878 Views
3 Answers
2 years ago
one year ago
Tags