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
Unanswered
Hi Guys, I Am Trying To Upload And Serve A Pre-Existing 3-Rdparty Pytorch Model Inside My Clearml Cluster. However, After Proceeding With The Suggested Sequence Of Operations By Official Docs And Later Even Gpt O3, I Am Having Errors Which I Cannot Solve.


Also, I tested out the reachability of an endpoint with a CURL query made from modifying the example in Clearml-serving tutorial: https://clear.ml/docs/latest/docs/clearml_serving/clearml_serving_tutorial ,
and it returns error 405: method not allowed :

curl -X POST -H "accept: application/json" -H "Content-Type: application/json" -d '{"log_sequence": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}' 


<html>
<head><title>405 Not Allowed</title></head>
<body>
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx/1.22.1</center>
</body>
</html>

However, initial clearml-serving setup guide ( https://clear.ml/docs/latest/docs/clearml_serving/clearml_serving_setup ), which I followed, gives slightly different instructions from further tutorial from link above:
tutorial has docker build and runs,
when setup has only clearml-serving service creation and docker compose up. And when trying to docker run using the full command from link above, it fails with "unable to find image clearml-serving-inference locally, pull access denied for clearml-serving-inference, repository does not exist" .

Yet, the default docker compose up from the directory clearml-serving/docker somehow runs a clearml-serving-inference container too. Yet it still doesn't accept the CURL requests to the endpoints.

  
  
Posted one month ago
27 Views
0 Answers
one month ago
one month ago