We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c406923 + 5cc8728 commit 30f5208Copy full SHA for 30f5208
run.sh
@@ -4,7 +4,7 @@ export INFERENCE_RESULTS_REPO_BRANCH=${INFERENCE_RESULTS_REPO_BRANCH:-main}
4
export INFERENCE_RESULTS_VERSION=${INFERENCE_RESULTS_VERSION:-v4.1}
5
6
if [ ! -e docs ]; then
7
- git clone https://github.com/GATEOverflow/inference_results_visualization_template.git docs
+ git clone https://github.com/mlcommons/inference_results_visualization_template.git docs
8
test $? -eq 0 || exit $?
9
fi
10
0 commit comments