Skip to content

Commit

Permalink
Update build-from-source.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Sep 13, 2024
1 parent fac9800 commit e9addaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/genai/howto/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e9addaa

Please sign in to comment.