From b76ad6b073697d4c968694316212cd94ca46a909 Mon Sep 17 00:00:00 2001 From: zhiru Date: Wed, 11 Sep 2019 10:17:26 +0800 Subject: [PATCH] update server config Former-commit-id: 540f2d12259f922f7eef41e6cda5a29ec19b0197 --- cpp/conf/server_config.template | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/conf/server_config.template b/cpp/conf/server_config.template index ea41fd14..be4d4f54 100644 --- a/cpp/conf/server_config.template +++ b/cpp/conf/server_config.template @@ -34,7 +34,6 @@ cache_config: gpu_cache_free_percent: 0.85 # old data will be erased from cache when cache is full, this value specify how much memory should be kept, range: greater than zero ~ 1.0 gpu_ids: # gpu id - 0 - - 1 engine_config: use_blas_threshold: 20 -- GitLab