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
df4d3a44
Unverified
Commit
df4d3a44
authored
Nov 11, 2025
by
Kyuyeun Kim
Committed by
GitHub
Nov 11, 2025
Browse files
[TPU] Rename path to tpu platform (#28452)
Signed-off-by:
Kyuyeun Kim
<
kyuyeunk@google.com
>
parent
9d1c4747
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/platforms/__init__.py
vllm/platforms/__init__.py
+1
-1
No files found.
vllm/platforms/__init__.py
View file @
df4d3a44
...
...
@@ -38,7 +38,7 @@ def tpu_platform_plugin() -> str | None:
# Check for Pathways TPU proxy
if
envs
.
VLLM_TPU_USING_PATHWAYS
:
logger
.
debug
(
"Confirmed TPU platform is available via Pathways proxy."
)
return
"tpu_inference.platforms.tpu_
jax
.TpuPlatform"
return
"tpu_inference.platforms.tpu_
platform
.TpuPlatform"
# Check for libtpu installation
try
:
...
...
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