mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
polish code with new pre-commit rule (#2923)
This commit is contained in:
@@ -71,7 +71,7 @@ struct RemoteCacheKvIpc {
|
||||
}
|
||||
}
|
||||
msg_sed.mtext[0] = encoder_count;
|
||||
|
||||
|
||||
if (!inited) {
|
||||
// just init once
|
||||
const int msg_id = 1024 + rank;
|
||||
@@ -90,7 +90,7 @@ struct RemoteCacheKvIpc {
|
||||
assert(layer_id_ <= num_layers_);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
static RemoteCacheKvIpc::save_cache_kv_complete_signal_layerwise_meta_data kv_complete_signal_meta_data;
|
||||
static RemoteCacheKvIpc::save_cache_kv_complete_signal_layerwise_meta_data_per_query kv_complete_signal_meta_data_per_query;
|
||||
static void* kv_complete_signal_identity_ptr;
|
||||
|
||||
Reference in New Issue
Block a user