Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
964472b9
Unverified
Commit
964472b9
authored
May 14, 2025
by
Chen Zhang
Committed by
GitHub
May 14, 2025
Browse files
[Doc] Update prefix cache metrics to counting tokens (#18138)
Signed-off-by:
Chen Zhang
<
zhangch99@outlook.com
>
parent
59dd311c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/design/v1/metrics.md
docs/source/design/v1/metrics.md
+2
-2
No files found.
docs/source/design/v1/metrics.md
View file @
964472b9
...
@@ -415,8 +415,8 @@ The discussion in <gh-issue:10582> about adding prefix cache metrics yielded
...
@@ -415,8 +415,8 @@ The discussion in <gh-issue:10582> about adding prefix cache metrics yielded
some interesting points which may be relevant to how we approach
some interesting points which may be relevant to how we approach
future metrics.
future metrics.
Every time the prefix cache is queried, we record the number of
block
s
Every time the prefix cache is queried, we record the number of
token
s
queried and the number of queried
block
s present in the cache
queried and the number of queried
token
s present in the cache
(i.e. hits).
(i.e. hits).
However, the metric of interest is the hit rate - i.e. the number of
However, the metric of interest is the hit rate - i.e. the number of
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment