Skip to content

Commit a92dc31

Browse files
committed
remove space
1 parent 7ad3e92 commit a92dc31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

torchtune/modules/transformer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,5 +713,4 @@ def unembed(self, h):
713713
# shape: [b, seq_len, out_dim]
714714
output = self.output(h).float()
715715

716-
return output
717-
716+
return output

0 commit comments

Comments
 (0)