Commit 1b42512
authored
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.1 parent 5d2193f commit 1b42512
File tree
2 files changed
+3
-0
lines changed- docs/source/llm
- examples/llm_manual
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| 365 | + | |
365 | 366 | | |
366 | 367 | | |
367 | 368 | | |
| |||
517 | 518 | | |
518 | 519 | | |
519 | 520 | | |
| 521 | + | |
520 | 522 | | |
521 | 523 | | |
522 | 524 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments