未验证 提交 90bd54d2 编写于 作者: D del-zhenwu 提交者: GitHub

enable ivf_pq <ip> search cases on GPU (#2708)

* update cron on 0.10.1
Signed-off-by: Nzw <zw@milvus.io>

* enable ivf_pq <ip> search cases on GPU
Signed-off-by: Nzw <zw@milvus.io>
Co-authored-by: Nzw <zw@milvus.io>
上级 714b777d
......@@ -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(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册