Update build-from-source.md (#22094)

This commit is contained in:
Nat Kershaw (MSFT) 2024-09-18 15:21:59 -07:00 committed by GitHub
parent b91a3aeb5c
commit a98a701dfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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