mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
Update build-from-source.md (#22093)
This commit is contained in:
parent
fc3672c8bb
commit
fac9800564
1 changed files with 5 additions and 5 deletions
|
|
@ -81,31 +81,31 @@ All of the build commands below have a `--config` argument, which takes the foll
|
|||
#### Windows CPU build
|
||||
|
||||
```bash
|
||||
python build.py --config `Release`
|
||||
python build.py --config Release
|
||||
```
|
||||
|
||||
#### Windows DirectML build
|
||||
|
||||
```bash
|
||||
python build.py --use_dml --config `Release`
|
||||
python build.py --use_dml --config Release
|
||||
```
|
||||
|
||||
#### Linux build
|
||||
|
||||
```bash
|
||||
python build.py --config `Release`
|
||||
python build.py --config Release
|
||||
```
|
||||
|
||||
#### Linux CUDA build
|
||||
|
||||
```bash
|
||||
python build.py --use_cuda --config `Release`
|
||||
python build.py --use_cuda --config Release
|
||||
```
|
||||
|
||||
#### Mac build
|
||||
|
||||
```bash
|
||||
python build.py --config `Release`
|
||||
python build.py --config Release
|
||||
```
|
||||
|
||||
### Build Java API
|
||||
|
|
|
|||
Loading…
Reference in a new issue