Fix typo in genai build DML from source steps (#21268)

This commit is contained in:
Nat Kershaw (MSFT) 2024-07-05 16:24:17 -07:00 committed by GitHub
parent c47171d4c8
commit 12fbefeca6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```