Skip to content

Commit

Permalink
Update CUDA version for PyPI publish (pytorch#3252)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookresearch/FBGEMM#352

- Update CUDA version for PyPI publish to 12.4.1

Pull Request resolved: pytorch#3252

Reviewed By: spcyppt

Differential Revision: D64555183

Pulled By: q10

fbshipit-source-id: 8b07fd275f168e43fda401971025910fb863d873
  • Loading branch information
q10 authored and facebook-github-bot committed Oct 17, 2024
1 parent 7ed7724 commit d0be1d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fbgemm_gpu_ci_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
cuda-version: [ "11.8.0", "12.1.1", "12.4.1" ]
# Specify exactly ONE CUDA version for artifact publish
cuda-version-publish: [ "12.1.1" ]
cuda-version-publish: [ "12.4.1" ]
compiler: [ "gcc", "clang" ]
needs: build_artifact

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fbgemm_gpu_ci_genai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
cuda-version: [ "11.8.0", "12.1.1", "12.4.1" ]
# Specify exactly ONE CUDA version for artifact publish
cuda-version-publish: [ "12.1.1" ]
cuda-version-publish: [ "12.4.1" ]
compiler: [ "gcc", "clang" ]
needs: build_artifact

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fbgemm_gpu_ci_genai_generic_infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
cuda-version: [ "11.8.0", "12.1.1", "12.4.1" ]
# Specify exactly ONE CUDA version for artifact publish
cuda-version-publish: [ "12.1.1" ]
cuda-version-publish: [ "12.4.1" ]
compiler: [ "gcc", "clang" ]
needs: build_artifact

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fbgemm_gpu_release_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
type: choice
required: false
options: [ "11.8.0", "12.1.1", "12.4.1" ]
default: "12.1.1"
default: "12.4.1"
publish_to_pypi:
description: Publish Artifact to PyPI
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fbgemm_gpu_release_genai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
type: choice
required: false
options: [ "11.8.0", "12.1.1", "12.4.1" ]
default: "12.1.1"
default: "12.4.1"
publish_to_pypi:
description: Publish Artifact to PyPI
type: boolean
Expand Down

0 comments on commit d0be1d2

Please sign in to comment.