From cbe33e290a6191796af630b5a9dcdba71ca5ee64 Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Fri, 5 Jul 2024 14:46:28 -0700 Subject: [PATCH] Fix type in genai build DML from source steps --- 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 84fa97938e1e1..71971239cfa06 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 ```