Skip to content

Commit a7d62b3

Browse files
mdouzefacebook-github-bot
authored andcommitted
Fix GPU nighties test (#1901)
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
1 parent 8eab15e commit a7d62b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda/faiss-gpu/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ outputs:
7676
- pytorch
7777
commands:
7878
- python -m unittest discover tests/
79+
- cp tests/common_faiss_tests.py faiss/gpu/test
7980
- python -m unittest discover faiss/gpu/test/
8081
- sh test_cpu_dispatch.sh # [linux]
8182
files:

0 commit comments

Comments
 (0)