Skip to content

Commit 219cab2

Browse files
committed
Update wf_api_port
Signed-off-by: JoshuaL3000 <[email protected]>
1 parent 8bb3f30 commit 219cab2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

WorkflowExecAgent/tests/3_launch_agent_service.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ vllm_port=${vllm_port}
1010
export WORKDIR=$WORKPATH/../../
1111
echo "WORKDIR=${WORKDIR}"
1212
export SDK_BASE_URL=$1
13+
echo "SDK_BASE_URL=$1"
1314
export SERVING_TOKEN=${SERVING_TOKEN}
1415
export HF_TOKEN=${HUGGINGFACEHUB_API_TOKEN}
1516
export llm_engine=vllm

WorkflowExecAgent/tests/test_compose_vllm_example_wf_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
wf_api_port=${wf_api_port}
6-
[[ -z "$wf_api_port" ]] && wf_api_port=5000
6+
[[ -z "$wf_api_port" ]] && wf_api_port=5005 && export wf_api_port=5005
77
api_server_url=http://$(hostname -I | awk '{print $1}'):${wf_api_port}/
88
workflow_id=10071
99
query="I have a data with gender Female, tenure 55, MonthlyCharges 103.7, TotalCharges 1840.75. Predict if this entry will churn. My workflow id is ${workflow_id}."

0 commit comments

Comments
 (0)