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
0ec3779d
Unverified
Commit
0ec3779d
authored
Jul 03, 2025
by
Li, Jiang
Committed by
GitHub
Jul 02, 2025
Browse files
[Bugfix][CI/CD][CPU] Fix CPU CI tests (#20383)
Signed-off-by:
jiang1.li
<
jiang1.li@intel.com
>
parent
b616f6a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
vllm/model_executor/layers/quantization/utils/fp8_utils.py
vllm/model_executor/layers/quantization/utils/fp8_utils.py
+7
-6
No files found.
vllm/model_executor/layers/quantization/utils/fp8_utils.py
View file @
0ec3779d
...
...
@@ -201,12 +201,13 @@ def apply_w8a8_block_fp8_linear_fake(
return
torch
.
empty
(
output_shape
,
dtype
=
input
.
dtype
,
device
=
input
.
device
)
direct_register_custom_op
(
if
not
current_platform
.
is_cpu
():
direct_register_custom_op
(
op_name
=
"apply_w8a8_block_fp8_linear"
,
op_func
=
apply_w8a8_block_fp8_linear
,
mutates_args
=
[],
fake_impl
=
apply_w8a8_block_fp8_linear_fake
,
)
)
def
input_to_float8
(
...
...
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