File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CD-AIPU3.3
22
3- permissions :
4- contents : write
5-
63on :
74 workflow_dispatch :
85 inputs :
1613 PLATFORM :
1714 required : true
1815 default : ' x86_64'
16+ BRANCH :
17+ required : true
18+ default : ' triton_v3.3.x'
19+ TRITON :
20+ required : true
21+ default : ' 3.3'
22+ BACKEND :
23+ required : true
24+ default : ' aipu'
1925 FLAGTREE_PYPI_KEY :
2026 required : false
2127 workflow_call :
3238 type : string
3339 required : true
3440 default : ' x86_64'
41+ BRANCH :
42+ type : string
43+ required : true
44+ default : ' triton_v3.3.x'
45+ TRITON :
46+ type : string
47+ required : true
48+ default : ' 3.3'
49+ BACKEND :
50+ type : string
51+ required : true
52+ default : ' aipu'
3553 FLAGTREE_PYPI_KEY :
3654 type : string
3755 required : false
4361 WHL_VER : ${{ inputs.WHL_VER }}
4462 PYTHON_VER : ${{ inputs.PYTHON_VER }}
4563 PLATFORM : ${{ inputs.PLATFORM }}
64+ BRANCH : ${{ inputs.BRANCH }}
65+ TRITON : ${{ inputs.TRITON }}
66+ BACKEND : ${{ inputs.BACKEND }}
4667 FLAGTREE_PYPI_KEY : ${{ inputs.FLAGTREE_PYPI_KEY }}
4768 secrets : inherit
Original file line number Diff line number Diff line change 11name : CD-Tsingmicro3.3
22
3- permissions :
4- contents : write
5-
63on :
74 workflow_dispatch :
85 inputs :
1613 PLATFORM :
1714 required : true
1815 default : ' x86_64'
16+ BRANCH :
17+ required : true
18+ default : ' triton_v3.3.x'
19+ TRITON :
20+ required : true
21+ default : ' 3.3'
22+ BACKEND :
23+ required : true
24+ default : ' tsingmicro'
1925 FLAGTREE_PYPI_KEY :
2026 required : false
2127 workflow_call :
3238 type : string
3339 required : true
3440 default : ' x86_64'
41+ BRANCH :
42+ type : string
43+ required : true
44+ default : ' triton_v3.3.x'
45+ TRITON :
46+ type : string
47+ required : true
48+ default : ' 3.3'
49+ BACKEND :
50+ type : string
51+ required : true
52+ default : ' tsingmicro'
3553 FLAGTREE_PYPI_KEY :
3654 type : string
3755 required : false
4361 WHL_VER : ${{ inputs.WHL_VER }}
4462 PYTHON_VER : ${{ inputs.PYTHON_VER }}
4563 PLATFORM : ${{ inputs.PLATFORM }}
64+ BRANCH : ${{ inputs.BRANCH }}
65+ TRITON : ${{ inputs.TRITON }}
66+ BACKEND : ${{ inputs.BACKEND }}
4667 FLAGTREE_PYPI_KEY : ${{ inputs.FLAGTREE_PYPI_KEY }}
4768 secrets : inherit
You can’t perform that action at this time.
0 commit comments