You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the build broken of examples/llm_manual used in llm/getting-started.md (#12095)
Hi all,
While I was following
https://docs.pytorch.org/executorch/main/llm/getting-started , the cmake
build was broken due to the following error:
```
CMake Error at third-party/executorch/tools/cmake/common/preset.cmake:122 (message):
Use of 'EXECUTORCH_BUILD_EXTENSION_MODULE' requires
'EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR'
Call Stack (most recent call first):
third-party/executorch/tools/cmake/preset/default.cmake:300 (check_required_options_on)
third-party/executorch/CMakeLists.txt:87 (include)
```
It would be better to fix it.
Thanks.
0 commit comments