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 1e2efa3 commit 61b9e1bCopy full SHA for 61b9e1b
.ci/scripts/test_llama.sh
@@ -149,7 +149,7 @@ which "${PYTHON_EXECUTABLE}"
149
150
cmake_install_executorch_libraries() {
151
echo "Installing libexecutorch.a, libextension_module.so, libportable_ops_lib.a"
152
- clean_executorch_install_folders
+ rm -rf cmake-out
153
retry cmake \
154
-DCMAKE_INSTALL_PREFIX=cmake-out \
155
-DCMAKE_BUILD_TYPE="$CMAKE_BUILD_TYPE" \
0 commit comments