mirror of
https://github.com/clearml/clearml-serving
synced 2025-06-26 18:16:00 +00:00
Remove never-used but now deprecated np.int (#42)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user