Skip to content

Commit 02ea26d

Browse files
support GDN context parallel
1 parent 9293cd4 commit 02ea26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/ssm/test_gated_delta_net.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def test_gpu_forward(self):
146146
@pytest.mark.skipif(not HAVE_FLA, reason="FLA is not installed.")
147147
def test_parallel_gated_delta_net_correctness(tmp_path_dist_ckpt, tp, sp, cp):
148148
transformer_config = TransformerConfig(
149-
hidden_size=128,
149+
hidden_size=hidden_size,
150150
linear_conv_kernel_dim=2,
151151
linear_key_head_dim=32,
152152
linear_value_head_dim=32,

0 commit comments

Comments
 (0)