Skip to content

Commit 6b56c3b

Browse files
yinggehrmccorm4
andauthored
Update src/python/library/tritonclient/http/_infer_input.py
Co-authored-by: Ryan McCormick <[email protected]>
1 parent 2a5c507 commit 6b56c3b

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)