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 0196418 commit 8621559
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 @@ -9,5 +9,7 @@ if [ ! -e docs ]; then
fi

cp docs/docinit.sh .
export default_division="closed";
export default_category="datacenter";

INFERENCE_RESULTS_VERSION=${INFERENCE_RESULTS_VERSION} INFERENCE_RESULTS_REPO_OWNER=${INFERENCE_RESULTS_REPO_OWNER} INFERENCE_RESULTS_REPO_BRANCH=${INFERENCE_RESULTS_REPO_BRANCH} INFERENCE_RESULTS_REPO_NAME=${INFERENCE_RESULTS_REPO_NAME} bash docinit.sh

0 comments on commit 8621559

Please sign in to comment.