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
1d34eb11
Unverified
Commit
1d34eb11
authored
Nov 21, 2025
by
Wentao Ye
Committed by
GitHub
Nov 21, 2025
Browse files
[CI] Bug: Fix triton import issue (#29202)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
9a3101b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
vllm/v1/worker/gpu/block_table.py
vllm/v1/worker/gpu/block_table.py
+1
-2
vllm/v1/worker/gpu/input_batch.py
vllm/v1/worker/gpu/input_batch.py
+1
-2
No files found.
vllm/v1/worker/gpu/block_table.py
View file @
1d34eb11
...
...
@@ -3,10 +3,9 @@
from
collections.abc
import
Iterable
import
torch
import
triton
import
triton.language
as
tl
from
vllm.attention.backends.utils
import
PAD_SLOT_ID
from
vllm.triton_utils
import
tl
,
triton
from
vllm.utils.math_utils
import
cdiv
from
vllm.v1.utils
import
CpuGpuBuffer
...
...
vllm/v1/worker/gpu/input_batch.py
View file @
1d34eb11
...
...
@@ -7,9 +7,8 @@ import numba
import
numba.types
as
types
import
numpy
as
np
import
torch
import
triton
import
triton.language
as
tl
from
vllm.triton_utils
import
tl
,
triton
from
vllm.utils
import
random_uuid
from
vllm.utils.math_utils
import
cdiv
from
vllm.v1.utils
import
CpuGpuBuffer
...
...
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