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
ca76486a
Unverified
Commit
ca76486a
authored
Oct 23, 2025
by
Jonathan Chen
Committed by
GitHub
Oct 23, 2025
Browse files
[Chore] Separate out `vllm.utils.platform_utils.py` (#27374)
Signed-off-by:
Jonathan
<
chenleejonathan@gmail.com
>
parent
a9f55dc5
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/v1/worker/tpu_model_runner.py
vllm/v1/worker/tpu_model_runner.py
+2
-1
No files found.
vllm/v1/worker/tpu_model_runner.py
View file @
ca76486a
...
@@ -53,7 +53,8 @@ from vllm.multimodal.inputs import (
...
@@ -53,7 +53,8 @@ from vllm.multimodal.inputs import (
from
vllm.multimodal.utils
import
group_mm_kwargs_by_modality
from
vllm.multimodal.utils
import
group_mm_kwargs_by_modality
from
vllm.sequence
import
IntermediateTensors
from
vllm.sequence
import
IntermediateTensors
from
vllm.tasks
import
GenerationTask
,
PoolingTask
,
SupportedTask
from
vllm.tasks
import
GenerationTask
,
PoolingTask
,
SupportedTask
from
vllm.utils
import
LayerBlockType
,
cdiv
,
is_pin_memory_available
,
prev_power_of_2
from
vllm.utils
import
LayerBlockType
,
cdiv
,
prev_power_of_2
from
vllm.utils.platform_utils
import
is_pin_memory_available
from
vllm.v1.attention.backends.pallas
import
(
from
vllm.v1.attention.backends.pallas
import
(
TPU_STR_DTYPE_TO_TORCH_DTYPE
,
TPU_STR_DTYPE_TO_TORCH_DTYPE
,
PallasAttentionBackend
,
PallasAttentionBackend
,
...
...
Prev
1
2
Next
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