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
3ecabd06
Unverified
Commit
3ecabd06
authored
Nov 26, 2025
by
Johnny Yang
Committed by
GitHub
Nov 26, 2025
Browse files
Fix tpu-inference platform path (#29554)
Signed-off-by:
Johnny Yang
<
johnnyyang@google.com
>
parent
c069086b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/platforms/tpu.py
vllm/platforms/tpu.py
+1
-1
No files found.
vllm/platforms/tpu.py
View file @
3ecabd06
...
@@ -267,7 +267,7 @@ class TpuPlatform(Platform):
...
@@ -267,7 +267,7 @@ class TpuPlatform(Platform):
try
:
try
:
from
tpu_inference.platforms
.tpu_platforms
import
(
from
tpu_inference.platforms
import
(
TpuPlatform
as
TpuInferencePlatform
,
TpuPlatform
as
TpuInferencePlatform
,
)
)
...
...
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