Skip to content

Commit

Permalink
Fix nightly cuVS 11.8.0 failure (#4149)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #4149

This pins the cudart version which is possibly causing the issue.

After the fix, the cudart is all 12.6.77 which matches the passing build, rather than a mix of 12.4 and 12.8 in the failing builds.

Reviewed By: gtwang01

Differential Revision: D68781021

fbshipit-source-id: 7fa1a956e313994c9965502ea09b123c4c64acb4
  • Loading branch information
Michael Norris authored and facebook-github-bot committed Jan 29, 2025
1 parent cd797c7 commit dd4cec2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conda/faiss-gpu-cuvs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ outputs:
- mkl =2023 # [x86_64]
- mkl-devel =2023 # [x86_64]
- cuda-toolkit {{ cudatoolkit }}
- cuda-cudart =12.6.77
- cuda-cudart-dev =12.6.77
- cuda-cudart-static =12.6.77
- cuda-cudart_linux-64 =12.6.77 # [linux64]
- cuda-cudart-dev_linux-64 =12.6.77 # [linux64]
- cuda-cudart-static_linux-64 =12.6.77 # [linux64]
host:
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
- mkl =2023 # [x86_64]
Expand Down

0 comments on commit dd4cec2

Please sign in to comment.