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
Profile picture
BraveGrasshopper38
Moderator
3 Questions, 8 Answers
  Active since 14 March 2025
  Last activity one month ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
1 Answers
177 Views
0 Votes 1 Answers 177 Views
one month ago
0 Votes
8 Answers
156 Views
0 Votes 8 Answers 156 Views
one month ago
0 Votes
3 Answers
184 Views
0 Votes 3 Answers 184 Views
one month ago
0 Hi, Yet Again I Come With A Problem I Cant See A Fix For This Issue That Is Bugging Me For Days. I Want To Serve A Gpt2 Model And I Have The Onnx Uploaded To The Server. When I Try To Mount The Endpoint The Server Will Try To Find Model.Onnx As It Is Int

Following up on this i was unable to fix the issue. But i ended up finding another complication. When uploading a onnx model using the upload command it keeps getting tagged as a TensorFlow model, even with the correct file structure, and that leads to the previous issue since the serving module will search for different format than the onnx.

As far as i could see this comes from the helper inside the triton engine, but as of right now i could not fix it.

Is there anything i might be doing ...

one month ago
0 Hello! Im Using A Clearml Serving Module And When I Try To Test It I Get This Error {"Detail":"Error [<Class 'Valueerror'>] Processing Request: Error: Failed Loading Preprocess Code For 'Py_Code_Transformer_Model': No Module Named 'Transformers'\N\Ntrac

From what i could find, since the serving endpoint is not treated as a independent enviroment, the packages are being instaled into a 3.8.10 version of python. And the endpoint is trying to get them from another version that does not contain the packages. But i cannot change the version of either i dont understand why...

one month ago