Skip to content

Commit

Permalink
Merge branch 'mlperf-inference' into mixtral+gha+selfhosted
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 5, 2024
2 parents 54a9792 + 684cf46 commit c1eff80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions script/push-mlperf-inference-results-to-github/run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ echo %cd%
echo "Doing cd"
echo %CM_GIT_REPO_CHECKOUT_PATH%
REM Change directory
chdir %CM_GIT_REPO_CHECKOUT_PATH% || (
echo "Error: Failed to change directory to %CM_GIT_REPO_CHECKOUT_PATH%"
exit /b 1
)
chdir %CM_GIT_REPO_CHECKOUT_PATH%
echo %cd%
echo "%CM_GIT_REPO_CHECKOUT_PATH%"
git pull
Expand Down

0 comments on commit c1eff80

Please sign in to comment.