Skip to content

Commit

Permalink
fixed info for triton (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekauffma authored Jun 18, 2024
1 parent 1d90717 commit dfb3cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyses/cms-open-data-ttbar/utils/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ def get_client(af="coffea_casa"):
def get_triton_client(triton_url):

import tritonclient.grpc as grpcclient
triton_client = grpcclient.InferenceServerClient(url=triton_url)
triton_client = grpcclient.InferenceServerClient(url=triton_url, ssl=True)

return triton_client
2 changes: 1 addition & 1 deletion analyses/cms-open-data-ttbar/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# name of ML model in Triton server
"MODEL_NAME": "reconstruction_bdt_xgb",
# URL of Triton server
"TRITON_URL": "triton-inference-server:8001",
"TRITON_URL": "triton-grpc.cmsaf-prod.flatiron.hollandhpc.org",
# Triton model version which is trained on even events
"MODEL_VERSION_EVEN": "2",
# Triton model version which is trained on odd events
Expand Down

0 comments on commit dfb3cf7

Please sign in to comment.