mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
6 lines
No EOL
251 B
Batchfile
6 lines
No EOL
251 B
Batchfile
:: Copyright (c) Microsoft Corporation. All rights reserved.
|
|
:: Licensed under the MIT License.
|
|
|
|
@echo off
|
|
rem Requires a python 3.6 or higher install to be available in your PATH
|
|
python %~dp0\tools\ci_build\build.py --build_dir %~dp0\build\Windows %* |