-
Notifications
You must be signed in to change notification settings - Fork 807
Add workflow to export models and upload to S3 #16733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This workflow exports ExecutorTorch models and uploads them to S3 for easy access. It can be triggered manually from the Actions webpage or runs automatically on a daily schedule. Supported models include in-tree models (mv3, mv2, ic4, resnet50, etc.) and HuggingFace models (Llama, Qwen, SmolLM, OLMo, Gemma).
Properly quote ${{ matrix.config }} and ${{ matrix.model }} in bash
conditional expressions to prevent potential word splitting issues.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16733
Note: Links to docs will display an error until the docs builds have been completed. ❌ 19 New FailuresAs of commit 36e5c29 with merge base c92f03f ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Use python module invocation instead of CLI binary to avoid PATH issues in conda environment.
No description provided.