Skip to content

Commit

Permalink
update dynamic embedding github actions from 116 to 118 (pytorch#1576)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#1576

Differential Revision: D52063343
  • Loading branch information
hlhtsang authored and facebook-github-bot committed Dec 12, 2023
1 parent befa94b commit cab13fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_dynamic_embedding_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
pyver: [ cp38, cp39, cp310 ]
cuver: [ "11.6" ]
cuver: [ "11.8" ]

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 @@ -3,7 +3,7 @@ set -xe

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

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 cab13fa

Please sign in to comment.