-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support devices and delegates parameters in android-perf workflow (#4484
) Summary: The workflow can support parameters `models`, `devices`, `delegates`. The workflow is able to translate `devices` to `device-pool-arn` and pass to the `mobile_job` for scheduling The model is packed and uploaded to `artifacts/{model}_{backend}/model.zip` Note: We should only expect the scheduling is working correctly by passing models, devices and delegates. The actual job may not finish successfully because the underlying model/delegate/device are not supported yet. Pull Request resolved: #4484 Test Plan: The workflow scheduling is working as expected: https://github.com/pytorch/executorch/actions/runs/10187260307 Reviewed By: huydhn Differential Revision: D60540343 Pulled By: guangy10 fbshipit-source-id: 14815b508707822a5720ad2fdb2ba430712779ad
- Loading branch information
1 parent
448c7d3
commit 0caaf3f
Showing
1 changed file
with
48 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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