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
7888e1d0
Unverified
Commit
7888e1d0
authored
Mar 13, 2025
by
Alexander Matveev
Committed by
GitHub
Mar 13, 2025
Browse files
[V1] TPU - Enable prefix caching by default (#14773)
parent
60c872d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
vllm/platforms/tpu.py
vllm/platforms/tpu.py
+0
-6
No files found.
vllm/platforms/tpu.py
View file @
7888e1d0
...
...
@@ -108,12 +108,6 @@ class TpuPlatform(Platform):
parallel_config
.
worker_cls
=
\
"vllm.worker.tpu_worker.TPUWorker"
# Adjust scheduler config for V1
# TODO: Add support for these
if
envs
.
VLLM_USE_V1
and
vllm_config
.
cache_config
.
enable_prefix_caching
:
logger
.
warning
(
"[V1][TPU] Disable prefix caching"
)
vllm_config
.
cache_config
.
enable_prefix_caching
=
False
assert
not
vllm_config
.
speculative_config
,
(
"Speculative decoding is not yet supported for TPU backend"
)
...
...
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