mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
enable ivf_pq <ip> search cases on GPU (#2708)
* update cron on 0.10.1 Signed-off-by: zw <zw@milvus.io> * enable ivf_pq <ip> search cases on GPU Signed-off-by: zw <zw@milvus.io> Co-authored-by: zw <zw@milvus.io>
This commit is contained in:
parent
714b777d05
commit
90bd54d23f
@ -93,9 +93,6 @@ class TestSearchBase:
|
||||
if str(connect._cmd("mode")[1]) == "CPU":
|
||||
if request.param["index_type"] == IndexType.IVF_SQ8H:
|
||||
pytest.skip("sq8h not support in CPU mode")
|
||||
if str(connect._cmd("mode")[1]) == "GPU":
|
||||
if request.param["index_type"] == IndexType.IVF_PQ:
|
||||
pytest.skip("ivfpq not support in GPU mode")
|
||||
return request.param
|
||||
|
||||
@pytest.fixture(
|
||||
|
Loading…
Reference in New Issue
Block a user