Skip to content

Commit 30f5208

Browse files
authored
Merge pull request #4 from anandhu-eng/main
Changed link from forked repo to mlcommons repo
2 parents c406923 + 5cc8728 commit 30f5208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export INFERENCE_RESULTS_REPO_BRANCH=${INFERENCE_RESULTS_REPO_BRANCH:-main}
44
export INFERENCE_RESULTS_VERSION=${INFERENCE_RESULTS_VERSION:-v4.1}
55

66
if [ ! -e docs ]; then
7-
git clone https://github.com/GATEOverflow/inference_results_visualization_template.git docs
7+
git clone https://github.com/mlcommons/inference_results_visualization_template.git docs
88
test $? -eq 0 || exit $?
99
fi
1010

0 commit comments

Comments
 (0)