Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 25, 2024
1 parent b684ad7 commit 82f62bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ if [ ! -e docs ]; then
test $? -eq 0 || exit $?
fi
cp docs/docinit.sh .
export default_division="closed";
export default_category="datacenter";
INFERENCE_RESULTS_VERSION=v4.1 INFERENCE_RESULTS_REPO_OWNER=${INFERENCE_RESULTS_REPO_OWNER} INFERENCE_RESULTS_REPO_BRANCH=main INFERENCE_RESULTS_REPO_NAME=inference_results_v4.1 bash docinit.sh

0 comments on commit 82f62bd

Please sign in to comment.