We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20e3ad commit b1f70e7Copy full SHA for b1f70e7
iree/setup_boo.sh
@@ -7,7 +7,7 @@ cmake -B csvexport/build -S csvexport -DCMAKE_BUILD_TYPE=Release && \
7
8
cd ~
9
git clone [email protected]:iree-org/iree-turbine.git
10
-pip install -e ~/iree-turbine && pip uninstall iree-base-compiler iree-base-runtime
+pip install -e ~/iree-turbine && pip uninstall -y iree-base-compiler iree-base-runtime
11
12
# Debug for boo driver:
13
#TURBINE_DEBUG="log_level=DEBUG"
0 commit comments