Skip to content

Commit a9a2c1c

Browse files
committed
Merge branch 'yinggeh-DLIS-6657-client-input-byte-size-check' of https://github.com/triton-inference-server/client into yinggeh-DLIS-6657-client-input-byte-size-check
2 parents 223b9d8 + 6b56c3b commit a9a2c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python/library/tritonclient/http/_infer_input.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ def validate_data(self):
9797
-------
9898
None
9999
"""
100-
# Input must set only one of the following fields: 'data', 'binary_data_size'
101-
# in 'parameters', 'shared_memory_region' in 'parameters'
100+
# Input must set only one of the following fields: 'data', 'binary_data_size',
101+
# 'shared_memory_region' in 'parameters'
102102
cnt = 0
103103
cnt += self._data != None
104104
cnt += "binary_data_size" in self._parameters

0 commit comments

Comments
 (0)