Skip to content

Commit

Permalink
Cleanup ci (ModelCloud#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qubitium authored Jun 18, 2024
1 parent 7221f75 commit b37296a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 273 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels_cuda_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
pyver: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-22.04]
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
cuda: ["11.8"] # wheel for 12.1 are built in build_wheels_pypi.yml
defaults:
run:
Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/build_wheels_cuda_windows.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/build_wheels_pypi_linux.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Build AutoGPTQ Wheels for PyPI with CUDA for Linux
name: Build AutoGPTQ-NEXT Wheels for PyPI with CUDA for Linux

on: workflow_dispatch

jobs:
build_wheels:
if: ${{ github.repository_owner == 'AutoGPTQ' }}
if: ${{ github.repository_owner == 'ModelCloud' }}
name: Build wheels for ${{ matrix.os }} and Python ${{ matrix.python }} and CUDA 12.1
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
pyver: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-22.04]
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
defaults:
run:
shell: bash
Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/build_wheels_pypi_windows.yml

This file was deleted.

131 changes: 0 additions & 131 deletions .github/workflows/build_wheels_rocm.yml

This file was deleted.

0 comments on commit b37296a

Please sign in to comment.