Skip to content

Commit

Permalink
Update dit_video_concat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zRzRzRzRzRzRzR committed Sep 22, 2024
1 parent cd59018 commit db49807
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sat/dit_video_concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ def rotary(self, t, **kwargs):

def position_embedding_forward(self, position_ids, **kwargs):
if self.pos_embedding is not None:
print(self.pos_embedding)
return self.pos_embedding[:, :self.text_length + kwargs["seq_length"]]
else:
return None
Expand Down

0 comments on commit db49807

Please sign in to comment.