mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
Update knowhere commit (#24655)
Signed-off-by: Yudong Cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
11db41745d
commit
25aeee5fe6
@ -32,8 +32,6 @@ KnowhereInitImpl(const char* conf_file) {
|
|||||||
auto init = [&]() {
|
auto init = [&]() {
|
||||||
knowhere::KnowhereConfig::SetBlasThreshold(16384);
|
knowhere::KnowhereConfig::SetBlasThreshold(16384);
|
||||||
knowhere::KnowhereConfig::SetEarlyStopThreshold(0);
|
knowhere::KnowhereConfig::SetEarlyStopThreshold(0);
|
||||||
knowhere::KnowhereConfig::SetLogHandler();
|
|
||||||
knowhere::KnowhereConfig::SetStatisticsLevel(0);
|
|
||||||
knowhere::KnowhereConfig::ShowVersion();
|
knowhere::KnowhereConfig::ShowVersion();
|
||||||
google::InitGoogleLogging("milvus");
|
google::InitGoogleLogging("milvus");
|
||||||
};
|
};
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
# or implied. See the License for the specific language governing permissions and limitations under the License.
|
# or implied. See the License for the specific language governing permissions and limitations under the License.
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
set( KNOWHERE_VERSION f4299f0 )
|
set( KNOWHERE_VERSION 0e6ca61 )
|
||||||
|
|
||||||
message(STATUS "Building knowhere-${KNOWHERE_SOURCE_VER} from source")
|
message(STATUS "Building knowhere-${KNOWHERE_SOURCE_VER} from source")
|
||||||
message(STATUS ${CMAKE_BUILD_TYPE})
|
message(STATUS ${CMAKE_BUILD_TYPE})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user