Skip to content

Commit 361b1af

Browse files
ajindal1Ted Themistokleous
authored andcommitted
Update Wheel location for GenAI (microsoft#23690)
1 parent 20e9fbb commit 361b1af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/genai/howto/build-from-source.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ python build.py --build_java --android --android_home <path to your Android SDK>
9191
### Install Python wheel
9292

9393
```bash
94-
cd build/wheel
94+
# Change dir to the folder containing the onnxruntime-genai wheel
95+
# Example for Linux: cd build/Linux/Release/wheel/
9596
pip install *.whl
9697
```
9798

0 commit comments

Comments
 (0)