Skip to content

Commit

Permalink
Merge branch 'main' into Cjian/cgt
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Feb 27, 2024
2 parents b4e8af5 + 0a76f21 commit 78425e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ This step requires `cmake` to be installed.
On Windows

```cmd
build.bat --build_shared_lib --skip_tests --parallel [--use_cuda]
build.bat --config RelWithDebInfo --build_shared_lib --skip_tests --parallel [--use_cuda]
copy include\onnxruntime\core\session\onnxruntime_c_api.h $ORT_HOME\include
copy build\Windows\Debug\Debug\*.dll $ORT_HOME\lib
copy build\Windows\RelWithDebInfo\RelWithDebInfo\*.dll $ORT_HOME\lib
```

On Linux
Expand Down

0 comments on commit 78425e8

Please sign in to comment.