We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed62ba4 commit 4803ee0Copy full SHA for 4803ee0
ci/common/util.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-# Copyright 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
#
4
# Redistribution and use in source and binary forms, with or without
5
# modification, are permitted provided that the following conditions
@@ -25,7 +25,7 @@
25
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
28
-
+SERVER=${SERVER:=/opt/tritonserver/bin/tritonserver}
29
SERVER_IPADDR=${TRITONSERVER_IPADDR:=localhost}
30
SERVER_LOG=${SERVER_LOG:=./server.log}
31
SERVER_TIMEOUT=${SERVER_TIMEOUT:=120}
0 commit comments