Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanvimenghani committed Dec 9, 2024
1 parent cf94ef1 commit cc11013
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/common_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,8 @@ function benchmarks_install() {
echo "#######################################"
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
pushd accelerator-benches/human-eval >/dev/null
./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 cc11013

Please sign in to comment.