Skip to content

Commit

Permalink
fix faiss-gpu nightly
Browse files Browse the repository at this point in the history
Summary: Forcing cudatoolkit to 11.8 to work around cudatoolkit vs cuda-cudart clobbering: https://app.circleci.com/pipelines/github/facebookresearch/faiss/4845/workflows/baee8356-31c5-44e8-ae98-44f897967557/jobs/26451?invite=true#step-105-335068_80

Reviewed By: mlomeli1

Differential Revision: D50924919

fbshipit-source-id: 590f39d1292ec64af7e179e764b8e7ac26108962
  • Loading branch information
algoriddle authored and facebook-github-bot committed Nov 2, 2023
1 parent 0c07a11 commit 6c89c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/faiss-gpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ outputs:
- scipy
- pytorch
- pytorch-cuda =11.8
- cudatoolkit =11.8
commands:
- python -X faulthandler -m unittest discover -v -s tests/ -p "test_*"
- python -X faulthandler -m unittest discover -v -s tests/ -p "torch_*"
Expand Down

0 comments on commit 6c89c8b

Please sign in to comment.