Skip to content

Commit

Permalink
Merge pull request #7 from irexyc/use-cuda12
Browse files Browse the repository at this point in the history
default use cuda12
  • Loading branch information
irexyc authored Mar 28, 2024
2 parents e9d2724 + 794d2b7 commit c7fa6a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cuda12.1-whl-release
name: cuda11.8-whl-release

on:
push:
Expand All @@ -18,9 +18,9 @@ jobs:
env:
PYTHON_VERSION: ${{ matrix.pyver }}
PLAT_NAME: manylinux2014_x86_64
DOCKER_TAG: cuda12.1
OUTPUT_FOLDER: cuda12.1_dist
CUDA_VER: 12.1
DOCKER_TAG: cuda11.8
OUTPUT_FOLDER: cuda11.8_dist
CUDA_VER: 11.8
steps:
- name: Free disk space
uses: jlumbroso/free-disk-space@main
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: Jimver/cuda-toolkit@v0.2.11
id: cuda-toolkit
with:
cuda: '12.1.0'
cuda: '11.8.0'
use-github-cache: false
- name: Build wheel
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
env:
PYTHON_VERSION: ${{ matrix.pyver }}
PLAT_NAME: manylinux2014_x86_64
DOCKER_TAG: cuda11.8
OUTPUT_FOLDER: cuda11.8_dist
DOCKER_TAG: cuda12.1
OUTPUT_FOLDER: cuda12.1_dist
steps:
- name: Free disk space
uses: jlumbroso/free-disk-space@main
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: Jimver/cuda-toolkit@v0.2.11
id: cuda-toolkit
with:
cuda: '11.8.0'
cuda: '12.1.0'
use-github-cache: false
- name: Build wheel
run: |
Expand Down

0 comments on commit c7fa6a3

Please sign in to comment.