Skip to content

Commit b39dd4d

Browse files
Fix CUDA 11.4.4 nightly in GitHub Actions (#3473)
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
1 parent f352168 commit b39dd4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
runs-on: 4-core-ubuntu-gpu-t4
2626
env:
2727
CUDA_ARCHS: "60-real;61-real;62-real;70-real;72-real;75-real;80;86-real"
28+
FAISS_FLATTEN_CONDA_INCLUDES: "1"
2829
steps:
2930
- name: Checkout
3031
uses: actions/checkout@v4

0 commit comments

Comments
 (0)