diff --git a/main.py b/main.py index 6a607cc10..38e6e1650 100755 --- a/main.py +++ b/main.py @@ -179,6 +179,7 @@ def mlperf_inference_implementation_readme(spaces, model, implementation, *, imp content += f"{cur_space3}
\n" content += f"{cur_space3} Please click here to see more options for the docker launch \n\n" content += f"{cur_space3}* `--docker_cm_repo=`: to use a custom fork of cm4mlops repository inside the docker image\n\n" + content += f"{cur_space3}* `--docker_cm_repo_branch=`: to checkout a custom branch of the cloned cm4mlops repository inside the docker image\n\n" content += f"{cur_space3}* `--docker_cache=no`: to not use docker cache during the image build\n" if implementation.lower() == "nvidia":