Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanvimenghani committed Dec 6, 2024
1 parent cf94ef1 commit dd61724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/common_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,7 @@ function benchmarks_install() {
echo "Running HumanEval benchmark job in background"
echo
pushd human-eval-benchmark >/dev/null
sed -i 's/^NAMESPACE=default/NAMESPACE='"${NAMESPACE}"'/' run_humaneval.sh
./run_humaneval.sh -n 150
./run_humaneval.sh ${NAMESPACE} -n 150
check_err "ERROR: Human eval job failed to start, exiting"
popd >/dev/null
fi
Expand Down

0 comments on commit dd61724

Please sign in to comment.