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
b2d58051
Commit
b2d58051
authored
Sep 03, 2025
by
zhuwenwen
Browse files
[fix]fix tests of v1 and worker
parent
bfd0c5b8
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/model_executor/layers/fused_moe/layer.py
vllm/model_executor/layers/fused_moe/layer.py
+0
-1
No files found.
vllm/model_executor/layers/fused_moe/layer.py
View file @
b2d58051
...
@@ -910,7 +910,6 @@ class FusedMoE(CustomOp):
...
@@ -910,7 +910,6 @@ class FusedMoE(CustomOp):
if
quant_config
is
None
:
if
quant_config
is
None
:
# Not considering quant for now, temporarily
# Not considering quant for now, temporarily
self
.
use_nn_moe
=
int
(
os
.
environ
.
get
(
'MOE_NN'
,
1
))
==
1
self
.
use_nn_moe
=
int
(
os
.
environ
.
get
(
'MOE_NN'
,
1
))
==
1
# self.use_nn_moe = os.environ.get('MOE_NN') == '1'
else
:
else
:
self
.
use_nn_moe
=
False
self
.
use_nn_moe
=
False
...
...
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