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
37f9bb50
Commit
37f9bb50
authored
Jan 14, 2026
by
zhuwenwen
Browse files
Merge branch 'v0.11.0-dev-fth' into 'v0.11.0-dev'
适配block-wise fp8接口 See merge request dcutoolkit/deeplearing/vllm!366
parents
6a14c9f3
284b2450
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/quantization/fp8.py
vllm/model_executor/layers/quantization/fp8.py
+1
-1
No files found.
vllm/model_executor/layers/quantization/fp8.py
View file @
37f9bb50
...
...
@@ -917,7 +917,7 @@ class Fp8MoEMethod(FusedMoEMethodBase):
logical_to_physical_map
:
Optional
[
torch
.
Tensor
]
=
None
,
logical_replica_count
:
Optional
[
torch
.
Tensor
]
=
None
,
topk_weights
:
Optional
[
torch
.
Tensor
]
=
None
,
topk_ids
:
Optional
[
torch
.
Tensor
]
=
None
,
topk_ids
:
Optional
[
torch
.
Tensor
]
=
None
,
**
_
,
)
->
Union
[
torch
.
Tensor
,
tuple
[
torch
.
Tensor
,
torch
.
Tensor
]]:
if
enable_eplb
:
...
...
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