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
359c16db
Commit
359c16db
authored
Feb 25, 2026
by
SAC_fanth
Browse files
修复block-wise 用triton报错的bug
parent
9d44744c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/model_executor/layers/quantization/utils/fp8_utils.py
vllm/model_executor/layers/quantization/utils/fp8_utils.py
+1
-0
No files found.
vllm/model_executor/layers/quantization/utils/fp8_utils.py
View file @
359c16db
...
@@ -526,6 +526,7 @@ class W8A8BlockFp8LinearOp:
...
@@ -526,6 +526,7 @@ class W8A8BlockFp8LinearOp:
def
_run_triton
(
def
_run_triton
(
self
,
self
,
out_features
:
int
,
input_2d
:
torch
.
Tensor
,
input_2d
:
torch
.
Tensor
,
weight
:
torch
.
Tensor
,
weight
:
torch
.
Tensor
,
weight_scale
:
torch
.
Tensor
,
weight_scale
:
torch
.
Tensor
,
...
...
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