mirror of https://github.com/milvus-io/milvus.git
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>pull/2746/head
parent
714b777d05
commit
90bd54d23f
|
@ -93,9 +93,6 @@ class TestSearchBase:
|
||||||
if str(connect._cmd("mode")[1]) == "CPU":
|
if str(connect._cmd("mode")[1]) == "CPU":
|
||||||
if request.param["index_type"] == IndexType.IVF_SQ8H:
|
if request.param["index_type"] == IndexType.IVF_SQ8H:
|
||||||
pytest.skip("sq8h not support in CPU mode")
|
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
|
return request.param
|
||||||
|
|
||||||
@pytest.fixture(
|
@pytest.fixture(
|
||||||
|
|
Loading…
Reference in New Issue