mirror of
https://github.com/clearml/clearml-serving
synced 2025-06-26 18:16:00 +00:00
changed np.bool deprecated in numpy 1.20.0, changed to bool
This commit is contained in:
parent
a04d1bda03
commit
c56cf6a5bd
@ -252,7 +252,7 @@ class TritonPreprocessRequest(BasePreprocessRequest):
|
||||
np.uint64: 'uint64_contents',
|
||||
np.int32: 'int_contents',
|
||||
np.uint: 'uint_contents',
|
||||
np.bool: 'bool_contents',
|
||||
bool: 'bool_contents',
|
||||
np.float32: 'fp32_contents',
|
||||
np.float64: 'fp64_contents',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user