mirror of
https://github.com/clearml/clearml-serving
synced 2025-01-31 02:46:54 +00:00
Remove never-used but now deprecated np.int
(#42)
This commit is contained in:
parent
e09e636214
commit
a04d1bda03
@ -250,7 +250,6 @@ class TritonPreprocessRequest(BasePreprocessRequest):
|
||||
np.int8: 'int_contents',
|
||||
np.int64: 'int64_contents',
|
||||
np.uint64: 'uint64_contents',
|
||||
np.int: 'int_contents',
|
||||
np.int32: 'int_contents',
|
||||
np.uint: 'uint_contents',
|
||||
np.bool: 'bool_contents',
|
||||
|
Loading…
Reference in New Issue
Block a user