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 7a50adf commit 2c0013dCopy full SHA for 2c0013d
examples/selective_build/test_selective_build.sh
@@ -166,6 +166,7 @@ test_cmake_select_ops_in_model() {
166
${PYTHON_EXECUTABLE} -m examples.portable.scripts.export --model_name="mv2"
167
local example_dir=examples/selective_build
168
local build_dir=cmake-out/${example_dir}
169
+ rm -rf ${build_dir}
170
retry cmake -DCMAKE_BUILD_TYPE=Release \
171
-DEXECUTORCH_SELECT_OPS_FROM_MODEL="./mv2.pte" \
172
-DCMAKE_INSTALL_PREFIX=cmake-out \
0 commit comments