executorch
executorch copied to clipboard
Llama2 model cleanup
Summary
- Removes redundant steps in the Llama2 export
- Factors out checkpointing to be shared with future Llama models (namely 3.2 multimodal)
- Comments and orders code more clearly
Test plan
Pending