From 12fbefeca6703a1905d0ac426a886b570b55cedd Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Fri, 5 Jul 2024 16:24:17 -0700 Subject: [PATCH] Fix typo in genai build DML from source steps (#21268) --- docs/genai/howto/build-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/genai/howto/build-from-source.md b/docs/genai/howto/build-from-source.md index 84fa97938e..71971239cf 100644 --- a/docs/genai/howto/build-from-source.md +++ b/docs/genai/howto/build-from-source.md @@ -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 ```