Skip to content

Commit

Permalink
Create run.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 10, 2024
1 parent 5581d71 commit 7647975
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off

REM Set environment variables with default values if not already set
IF NOT DEFINED INFERENCE_RESULTS_REPO_OWNER SET INFERENCE_RESULTS_REPO_OWNER=mlcommons
SET INFERENCE_RESULTS_VERSION=v4.1
SET INFERENCE_RESULTS_REPO_BRANCH=main
SET INFERENCE_RESULTS_REPO_NAME=inference_results_v4.1

REM Call the docinit.bat script
call docinit.bat

0 comments on commit 7647975

Please sign in to comment.