mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[metrics] update metrics markdown file (#4061)
* adjust md * trigger ci --------- Co-authored-by: K11OntheBoat <your_email@example.com>
This commit is contained in:
@@ -152,10 +152,10 @@ class MetricsManager:
|
||||
spec_decode_draft_single_head_acceptance_rate: "list[Gauge]"
|
||||
|
||||
# for YIYAN Adapter
|
||||
prefix_cache_token_num: "Gauge"
|
||||
prefix_gpu_cache_token_num: "Gauge"
|
||||
prefix_cpu_cache_token_num: "Gauge"
|
||||
prefix_ssd_cache_token_num: "Gauge"
|
||||
prefix_cache_token_num: "Counter"
|
||||
prefix_gpu_cache_token_num: "Counter"
|
||||
prefix_cpu_cache_token_num: "Counter"
|
||||
prefix_ssd_cache_token_num: "Counter"
|
||||
batch_size: "Gauge"
|
||||
max_batch_size: "Gauge"
|
||||
available_gpu_block_num: "Gauge"
|
||||
|
Reference in New Issue
Block a user