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 10, 2024
1 parent 072e7af commit 4250d64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
INFERENCE_RESULTS_REPO_OWNER=${INFERENCE_RESULTS_REPO_OWNER:-mlcommons}
INFERENCE_RESULTS_REPO_BRANCH=mlperf-inference-results-scc24
INFERENCE_RESULTS_REPO_NAME=cm4mlperf-inference
INFERENCE_RESULTS_VERSION=v4.1
export INFERENCE_RESULTS_REPO_OWNER=${INFERENCE_RESULTS_REPO_OWNER:-mlcommons}
export INFERENCE_RESULTS_REPO_BRANCH=mlperf-inference-results-scc24
export INFERENCE_RESULTS_REPO_NAME=cm4mlperf-inference
export INFERENCE_RESULTS_VERSION=v4.1

if [ ! -e docs ]; then
git clone https://github.com/GATEOverflow/inference_results_visualization_template.git docs
Expand Down

0 comments on commit 4250d64

Please sign in to comment.