Unify Edge exporter run scripts - #4723
Open
micwill755 wants to merge 11 commits into
Open
micwill755 wants to merge 11 commits into
micwill755 wants to merge 11 commits into
Conversation
Drop the Test/trt import path so PI05, GR00T, and Nemotron export is self-contained, and rename GR00T action_context to context_projection.
Each family now has spec, helpers, and patches in one folder, with shared vision/language/action-step code in models/common.
Compile the original HF/LeRobot submodules under apply_patches and stitch them with execute_engine, matching HF DynamoExporter.
…A export. Keep Hub load stubs next to the Nemotron spec, and mention PI05/GR00T run_vla.py in the LLM tools README.
Document EdgeExporter.export, the returned ExportedProgram, family patches, and plugin converters, and link it from the user guide and HuggingFace tutorials.
micwill755
added this pull request to stack #4727
September 21, 2026 21:58
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
run_export.pyCLIprepare_exportmodulesexport(model, sample_inputs, config)Validation
run_export.py kimicompletes end to end with 100% eager/TRT close and relative L2 0.0005Stack
This PR is stacked on the Kimi-K3 exporter PR.