Skip to content

Commit

Permalink
Update Dynamic Embedding Wheels CI (#2545)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2545

Differential Revision: D65543488
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Nov 6, 2024
1 parent 509b0d2 commit 44739da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_dynamic_embedding_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
pyver: [ cp39, cp310 ]
cuver: [ "11.8" ]
pyver: [ cp39, cp310, cp311, cp312 ]
cuver: [ "12.1" ]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion contrib/dynamic_embedding/tools/before_linux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -xe

distro=rhel7
arch=x86_64
CUDA_VERSION="${CUDA_VERSION:-11.8}"
CUDA_VERSION="${CUDA_VERSION:-12.1}"

CUDA_MAJOR_VERSION=$(echo "${CUDA_VERSION}" | tr '.' ' ' | awk '{print $1}')
CUDA_MINOR_VERSION=$(echo "${CUDA_VERSION}" | tr '.' ' ' | awk '{print $2}')
Expand Down

0 comments on commit 44739da

Please sign in to comment.