Error in the llm executorch profiling example #7677
Labels
module: devtools
Features or issues related to profiling, debugging, bundled program, etc.
module: doc
Related to our documentation, both in docs/ and docblocks
module: llm
LLM examples and apps, and the extensions/llm libraries
📚 The doc issue
I am following the instructions here
I am getting an error in etdump generation
I have made the following changes as mentioned in the blog
cmake --build cmake-out -j10 errors out with
[100%] Built target portable_kernels gmake[1]: Leaving directory 'et-nanogpt/cmake-out' gmake: *** [Makefile:136: all] Error 2
Line 136 in Makefile is
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
. Doesn't say anything else.Also, can somebody also explain the line "(Note that this time we build in release mode to get around a flatccrt build limitation.)".
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered: