Skip to content

Commit

Permalink
Fix GPU nighties test (#1901)
Browse files Browse the repository at this point in the history
Summary:
This should fix the GPU nighties.

The rationale for the cp is that there is a shared file between the CPU and GPU tests.

Ideally, this file should probably moved to contrib at some point.

Pull Request resolved: #1901

Reviewed By: beauby

Differential Revision: D28680898

Pulled By: mdouze

fbshipit-source-id: b9d0e1969103764ecb6f1e047c9ed4bd4a76aaba
  • Loading branch information
mdouze authored and facebook-github-bot committed May 26, 2021
1 parent 8eab15e commit a7d62b3
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 @@ -76,6 +76,7 @@ outputs:
- pytorch
commands:
- python -m unittest discover tests/
- cp tests/common_faiss_tests.py faiss/gpu/test
- python -m unittest discover faiss/gpu/test/
- sh test_cpu_dispatch.sh # [linux]
files:
Expand Down

0 comments on commit a7d62b3

Please sign in to comment.