mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Fix typo in genai build DML from source steps (#21268)
This commit is contained in:
parent
c47171d4c8
commit
12fbefeca6
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ copy build\Windows\Release\Release\onnxruntime.lib ..\onnxruntime-genai\ort\lib
|
|||
```bash
|
||||
build.bat --build_shared_lib --skip_tests --parallel --use_dml --config Release
|
||||
copy include\onnxruntime\core\session\onnxruntime_c_api.h ..\onnxruntime-genai\ort\include
|
||||
copy include\onnxruntime\core\providers\dml\dml_provider_factory.h ..\onnxruntime-genai\include
|
||||
copy include\onnxruntime\core\providers\dml\dml_provider_factory.h ..\onnxruntime-genai\ort\include
|
||||
copy build\Windows\Release\Release\*.dll ..\onnxruntime-genai\ort\lib
|
||||
copy build\Windows\Release\Release\onnxruntime.lib ..\onnxruntime-genai\ort\lib
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue