From a7d62b39b4f3aee02637c6a848291036645e5c07 Mon Sep 17 00:00:00 2001 From: Matthijs Douze Date: Wed, 26 May 2021 09:40:16 -0700 Subject: [PATCH] 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: https://github.com/facebookresearch/faiss/pull/1901 Reviewed By: beauby Differential Revision: D28680898 Pulled By: mdouze fbshipit-source-id: b9d0e1969103764ecb6f1e047c9ed4bd4a76aaba --- conda/faiss-gpu/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/faiss-gpu/meta.yaml b/conda/faiss-gpu/meta.yaml index 43b305229d..90dce82e52 100644 --- a/conda/faiss-gpu/meta.yaml +++ b/conda/faiss-gpu/meta.yaml @@ -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: