File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
steps :
36
36
- uses : actions/checkout@v4
37
37
with :
38
- repository : ' PanQiWei /AutoGPTQ'
38
+ repository : ' AutoGPTQ /AutoGPTQ'
39
39
ref : ${{ inputs.version }}
40
40
41
41
- uses : actions/setup-python@v4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: workflow_dispatch
4
4
5
5
jobs :
6
6
build_wheels :
7
- if : ${{ github.repository_owner == 'PanQiWei ' }}
7
+ if : ${{ github.repository_owner == 'AutoGPTQ ' }}
8
8
name : Build wheels for ${{ matrix.os }} and Python ${{ matrix.python }} and CUDA 11.7
9
9
runs-on : ${{ matrix.os }}
10
10
strategy :
Original file line number Diff line number Diff line change 46
46
47
47
- uses : actions/checkout@v4
48
48
with :
49
- repository : ' PanQiWei /AutoGPTQ'
49
+ repository : ' AutoGPTQ /AutoGPTQ'
50
50
ref : ${{ inputs.version }}
51
51
52
52
- name : Install ROCm SDK
You can’t perform that action at this time.
0 commit comments