Skip to content

Commit

Permalink
Fix CUDA 11.4.4 nightly in GitHub Actions (#3473)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3473

Previous diff (D57602154) fixed the CircleCI version and the PR build version of GHA but not the nightly one.

Reviewed By: junjieqi

Differential Revision: D57680576

fbshipit-source-id: 39f49c20df824c915f536b1ed3ffc35db2907988
  • Loading branch information
ramilbakhshyiev authored and facebook-github-bot committed May 22, 2024
1 parent f352168 commit b39dd4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
runs-on: 4-core-ubuntu-gpu-t4
env:
CUDA_ARCHS: "60-real;61-real;62-real;70-real;72-real;75-real;80;86-real"
FAISS_FLATTEN_CONDA_INCLUDES: "1"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b39dd4d

Please sign in to comment.