Skip to content

Commit 6b2bee8

Browse files
committed
Replace PanQiWei -> AutoGPTQ
1 parent aa29c39 commit 6b2bee8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_wheels_cuda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737
with:
38-
repository: 'PanQiWei/AutoGPTQ'
38+
repository: 'AutoGPTQ/AutoGPTQ'
3939
ref: ${{ inputs.version }}
4040

4141
- uses: actions/setup-python@v4

.github/workflows/build_wheels_pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: workflow_dispatch
44

55
jobs:
66
build_wheels:
7-
if: ${{ github.repository_owner == 'PanQiWei' }}
7+
if: ${{ github.repository_owner == 'AutoGPTQ' }}
88
name: Build wheels for ${{ matrix.os }} and Python ${{ matrix.python }} and CUDA 11.7
99
runs-on: ${{ matrix.os }}
1010
strategy:

.github/workflows/build_wheels_rocm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: actions/checkout@v4
4848
with:
49-
repository: 'PanQiWei/AutoGPTQ'
49+
repository: 'AutoGPTQ/AutoGPTQ'
5050
ref: ${{ inputs.version }}
5151

5252
- name: Install ROCm SDK

0 commit comments

Comments
 (0)