executorch
executorch copied to clipboard
allow models to use customized token ids during export
LLama3.1's bos and eos are different from what is hardcoded in the code. This PR updates the export flow to allow read customized token ids instead of hardcoded ones.
It also deletes a few metadata entries that are not used by the runner.
Test Plan: verified llama3 still can be exported and run