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.
1 parent 2354c3f commit 320ab05Copy full SHA for 320ab05
script/push-mlperf-inference-results-to-github/run.bat
@@ -25,6 +25,9 @@ REM Check if the previous command was successful
25
if %errorlevel% neq 0 exit /b %errorlevel%
26
27
git commit -a -m "%CM_MLPERF_RESULTS_REPO_COMMIT_MESSAGE%"
28
+
29
+if defined CM_MLPERF_INFERENCE_SUBMISSION_DIR call %CM_SET_REMOTE_URL_CMD%
30
31
git push
32
33
REM Check if the previous command was successful
0 commit comments