Skip to content

Commit 3a7ecbf

Browse files
committed
[Simple GLA] Do not pass head_first in the layer
1 parent 465bc33 commit 3a7ecbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fla/layers/simple_gla.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ def forward(
217217
initial_state=recurrent_state,
218218
output_final_state=use_cache,
219219
cu_seqlens=cu_seqlens,
220-
head_first=False
221220
)
222221
elif mode == 'fused_recurrent':
223222
o, recurrent_state = fused_recurrent_simple_gla(

0 commit comments

Comments
 (0)