Skip to content

Commit d686a91

Browse files
authored
test: point Dynamo L0_infer worker at components triton path (#8885)
1 parent a510ae2 commit d686a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qa/common/dynamo_util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/util.sh"
3434
SERVER_LAUNCH_MODE=${SERVER_LAUNCH_MODE:=dynamo}
3535
DYN_FRONTEND_LOG=${DYN_FRONTEND_LOG:=./frontend.log}
3636
DYN_FRONTEND_ARGS=${DYN_FRONTEND_ARGS:="--kserve-grpc-server"}
37-
DYN_WORKER_PY=${DYN_WORKER_PY:=/workspace/examples/backends/tritonserver/src/tritonworker.py}
37+
DYN_WORKER_PY=${DYN_WORKER_PY:=/workspace/components/src/dynamo/triton/tritonworker.py}
3838
DYN_WORKER_ARGS=${DYN_WORKER_ARGS:=""}
3939
DYN_DISCOVERY_BACKEND=${DYN_DISCOVERY_BACKEND:=file}
4040
# The Dynamo frontend binds KServe gRPC to --http-port; serve it on 8001.

0 commit comments

Comments
 (0)