We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad808af commit 9171013Copy full SHA for 9171013
docs/genai/howto/build-from-source.md
@@ -91,7 +91,8 @@ python build.py --build_java --android --android_home <path to your Android SDK>
91
### Install Python wheel
92
93
```bash
94
-cd build/wheel
+# Change dir to the folder containing the onnxruntime-genai wheel
95
+# Example for Linux: cd build/Linux/Release/wheel/
96
pip install *.whl
97
```
98
0 commit comments