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, Anyone Experiencing Issue With

Hi, anyone experiencing issue with clearml-serving create ?
Got error
Traceback (most recent call last):
File "c:\python38\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\python38\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "D:\learn\venv\clearml\Scripts\clearml-serving.exe\__main__.py", line 4, in <module>
File "D:\learn\venv\clearml\lib\site-packages\clearml_serving\__main__.py", line 9, in <module>
from clearml_serving.serving.model_request_processor import ModelRequestProcessor, CanaryEP
File "D:\learn\venv\clearml\lib\site-packages\clearml_serving\serving\model_request_processor.py", line 18, in <module>
from .preprocess_service import BasePreprocessRequest
File "D:\learn\venv\clearml\lib\site-packages\clearml_serving\serving\preprocess_service.py", line 247, in <module>
class TritonPreprocessRequest(BasePreprocessRequest):
File "D:\learn\venv\clearml\lib\site-packages\clearml_serving\serving\preprocess_service.py", line 253, in TritonPreprocessRequest
http://np.int : 'int_contents',
File "D:\learn\venv\clearml\lib\site-packages\numpy\__init__.py", line 284, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'int' .

Any advice?

  
  
Posted one year ago
Votes Newest

Answers 2


seems like it was broken for numpy version 1.24.1.
Tried with numpy 1.23.5 and it works.

  
  
Posted one year ago

Hi OddShrimp85
I think numpy 1.24.x is broken in a lot of places we have noticed scikit breaks on it, TF and others 😞
I will make sure we fix this one

  
  
Posted one year ago
777 Views
2 Answers
one year ago
one year ago
Tags
Similar posts