Commit b2d58051 authored by zhuwenwen's avatar zhuwenwen
Browse files

[fix]fix tests of v1 and worker

parent bfd0c5b8
......@@ -910,7 +910,6 @@ class FusedMoE(CustomOp):
if quant_config is None:
# Not considering quant for now, temporarily
self.use_nn_moe = int(os.environ.get('MOE_NN', 1)) == 1
# self.use_nn_moe = os.environ.get('MOE_NN') == '1'
else:
self.use_nn_moe = False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment