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
ac3ed5a8
Unverified
Commit
ac3ed5a8
authored
Oct 16, 2025
by
Mandy Li
Committed by
GitHub
Oct 16, 2025
Browse files
Support block size of 256 used by Intel HPU (#26883)
Signed-off-by:
mandy-li
<
mandy.j.li@intel.com
>
parent
e6ba2000
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config/cache.py
vllm/config/cache.py
+1
-1
No files found.
vllm/config/cache.py
View file @
ac3ed5a8
...
...
@@ -19,7 +19,7 @@ else:
logger
=
init_logger
(
__name__
)
BlockSize
=
Literal
[
1
,
8
,
16
,
32
,
64
,
128
]
BlockSize
=
Literal
[
1
,
8
,
16
,
32
,
64
,
128
,
256
]
CacheDType
=
Literal
[
"auto"
,
"bfloat16"
,
"fp8"
,
"fp8_e4m3"
,
"fp8_e5m2"
,
"fp8_inc"
]
MambaDType
=
Literal
[
"auto"
,
"float32"
]
PrefixCachingHashAlgo
=
Literal
[
"sha256"
,
"sha256_cbor"
]
...
...
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