Commit 4456407
authored
Update examples/models/llama/README.md to fix build broken (#12393)
Fix the following error
```
CMake Error at 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):
tools/cmake/preset/default.cmake:300 (check_required_options_on)
CMakeLists.txt:87 (include)
```
Signed-off-by: Jie Fu <[email protected]>1 parent 012c62d commit 4456407
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| 280 | + | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
| |||
381 | 382 | | |
382 | 383 | | |
383 | 384 | | |
| 385 | + | |
384 | 386 | | |
385 | 387 | | |
386 | 388 | | |
| |||
0 commit comments