Skip to content

Commit

Permalink
Update build-from-source.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Apr 22, 2024
1 parent a3eceb5 commit 0cfa273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/genai/howto/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Build from source and copy the include and libraries into `ORT_HOME`

On Windows

```cmd
```bash
build.bat --build_shared_lib --skip_tests --parallel [--use_dml | --use_cuda] --config Release
copy include\onnxruntime\core\session\onnxruntime_c_api.h <ORT_HOME>\include
copy build\Windows\Release\Release\*.dll <ORT_HOME>\lib
Expand All @@ -95,7 +95,7 @@ copy build\Windows\Release\Release\onnxruntime.lib <ORTHOME>\lib

If building for DirectML

```cmd
```bash
copy include\onnxruntime\core\providers\dml\dml_provider_factory.h <ORT_HOME>\include
```

Expand Down

0 comments on commit 0cfa273

Please sign in to comment.