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 3e8a0b7 commit c26784bCopy full SHA for c26784b
.ci/scripts/test_llama.sh
@@ -58,7 +58,7 @@ cmake_install_executorch_libraries() {
58
fi
59
retry cmake -DBUCK2="$BUCK" \
60
-DCMAKE_INSTALL_PREFIX=cmake-out \
61
- -DCMAKE_PREFIX_PATH=$($PYTHON_EXECUTABLE -c "from distutils.sysconfig import get_python_lib; get_python_lib")
+ -DCMAKE_PREFIX_PATH=$($PYTHON_EXECUTABLE -c "from distutils.sysconfig import get_python_lib; get_python_lib()")
62
-DCMAKE_BUILD_TYPE=Release \
63
-DEXECUTORCH_BUILD_CUSTOM=ON \
64
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
0 commit comments