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 a510ae2 commit d686a91Copy full SHA for d686a91
1 file changed
qa/common/dynamo_util.sh
@@ -34,7 +34,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/util.sh"
34
SERVER_LAUNCH_MODE=${SERVER_LAUNCH_MODE:=dynamo}
35
DYN_FRONTEND_LOG=${DYN_FRONTEND_LOG:=./frontend.log}
36
DYN_FRONTEND_ARGS=${DYN_FRONTEND_ARGS:="--kserve-grpc-server"}
37
-DYN_WORKER_PY=${DYN_WORKER_PY:=/workspace/examples/backends/tritonserver/src/tritonworker.py}
+DYN_WORKER_PY=${DYN_WORKER_PY:=/workspace/components/src/dynamo/triton/tritonworker.py}
38
DYN_WORKER_ARGS=${DYN_WORKER_ARGS:=""}
39
DYN_DISCOVERY_BACKEND=${DYN_DISCOVERY_BACKEND:=file}
40
# The Dynamo frontend binds KServe gRPC to --http-port; serve it on 8001.
0 commit comments