mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
Update build-from-source.md (#22094)
This commit is contained in:
parent
b91a3aeb5c
commit
a98a701dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue