From e9addaa34cfac5713936172805a21a96f36ff01a Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Fri, 13 Sep 2024 16:09:07 -0700 Subject: [PATCH] Update build-from-source.md --- 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 956c67470a863..1fbcab494e3fa 100644 --- a/docs/genai/howto/build-from-source.md +++ b/docs/genai/howto/build-from-source.md @@ -27,7 +27,7 @@ cd onnxruntime-genai ## Download ONNX Runtime binaries -By default, the onnxruntime-genai build expects to find the ONNX Runtime include and binaries in a folder called `ort` in the root directory of onnxruntime-genai. You can put the ONNX Runtime files in a different location and specify this location to the onnxruntime-genai build via the --ort_home command line argument. +By default, the onnxruntime-genai build expects to find the ONNX Runtime include and binaries in a folder called `ort` in the root directory of onnxruntime-genai. You can put the ONNX Runtime files in a different location and specify this location to the onnxruntime-genai build via the `--ort_home` command line argument. These instructions assume you are in the `onnxruntime-genai` folder.