fffiloni commited on
Commit
a3df9be
·
verified ·
1 Parent(s): 654d10a

Update memo/models/motion_module.py

Browse files
Files changed (1) hide show
  1. memo/models/motion_module.py +1 -1
memo/models/motion_module.py CHANGED
@@ -369,7 +369,7 @@ class MemoryLinearAttention(Attention):
369
  raise NotImplementedError
370
 
371
  hidden_states = self.processor(
372
- attn=self,
373
  hidden_states=hidden_states,
374
  motion_frames=motion_frames,
375
  encoder_hidden_states=encoder_hidden_states,
 
369
  raise NotImplementedError
370
 
371
  hidden_states = self.processor(
372
+ self,
373
  hidden_states=hidden_states,
374
  motion_frames=motion_frames,
375
  encoder_hidden_states=encoder_hidden_states,