Skip to content

Commit

Permalink
Update build-from-source.md (#22093)
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Sep 13, 2024
1 parent fc3672c commit fac9800
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/genai/howto/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fac9800

Please sign in to comment.