Skip to content

Commit 4a2686e

Browse files
Update client.py
1 parent c7b0336 commit 4a2686e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/add_sub/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
model_name = "openpom_model"
77

88
smiles = ["CC(=O)OC1=CC=CC=C1C(=O)O"]
9-
#input_data = np.array(smiles, dtype=object).reshape(1, 1)
109
input_data = np.array([s.encode("utf-8") for s in smiles], dtype=np.bytes_).reshape(len(smiles), 1)
1110

1211
with httpclient.InferenceServerClient(triton_url) as client:

0 commit comments

Comments
 (0)