Skip to content

Commit

Permalink
Update workflow id
Browse files Browse the repository at this point in the history
Signed-off-by: JoshuaL3000 <joshua.jian.ern.liew@intel.com>
  • Loading branch information
JoshuaL3000 committed Nov 8, 2024
1 parent 07d4ed4 commit 683654b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 67 deletions.
1 change: 0 additions & 1 deletion WorkflowExecAgent/tests/3_launch_agent_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export recursion_limit=25
export temperature=0
export max_new_tokens=1000
export TOOLSET_PATH=$WORKDIR/GenAIExamples/WorkflowExecAgent/tools/
export workflow_id=9838

function start_agent() {
echo "Starting Agent services"
Expand Down
66 changes: 0 additions & 66 deletions WorkflowExecAgent/tests/3_launch_and_validate_agent.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
wf_api_port=${wf_api_port}
[[ -z "$wf_api_port" ]] && wf_api_port=5000
api_server_url=http://$(hostname -I | awk '{print $1}'):${wf_api_port}/
workflow_id=9838
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}."
validate_result="the prediction is No"

Expand Down
1 change: 1 addition & 0 deletions WorkflowExecAgent/tests/test_compose_vllm_on_xeon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

workflow_id=9838
query="I have a data with gender Female, tenure 55, MonthlyAvgCharges 103.7. Predict if this entry will churn. My workflow id is '${workflow_id}'."
validate_result="The entry is not likely to churn"

Expand Down

0 comments on commit 683654b

Please sign in to comment.