File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 17
17
- extension/android/**
18
18
- extension/module/**
19
19
workflow_dispatch :
20
- inputs :
21
- version :
22
- description : Version name to be uploaded for AAR release
23
- required : false
24
- type : string
25
20
26
21
concurrency :
27
22
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
28
23
cancel-in-progress : true
29
24
30
25
jobs :
31
- build-aar :
32
- name : build-aar
26
+ build-llm-demo :
27
+ name : build-llm-demo
33
28
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
34
29
with :
35
30
runner : linux.2xlarge
55
50
56
51
# Running Android emulator directly on the runner and not using Docker
57
52
run-emulator :
58
- needs : build-aar
53
+ needs : build-llm-demo
59
54
# NB: Use metal install for KVM support to run the emulator faster
60
55
runs-on : linux.24xl.spr-metal
61
56
env :
You can’t perform that action at this time.
0 commit comments