Unverified Commit edd6a07b authored by Shangming Cai's avatar Shangming Cai Committed by GitHub
Browse files

Minor fix lint introduced by #10466 (#10507)


Signed-off-by: default avatarShangming Cai <csmthu@gmail.com>
parent b6dd4bcb
......@@ -497,7 +497,9 @@ class Qwen3HybridLinearDecoderLayer(nn.Module):
) -> None:
super().__init__()
self.config = config
self.linear_attn = Qwen3GatedDeltaNet(config, layer_id, quant_config, alt_stream)
self.linear_attn = Qwen3GatedDeltaNet(
config, layer_id, quant_config, alt_stream
)
# Qwen3Next all layers are sparse and have no nextn now
self.is_layer_sparse = True
......
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