(self, ckpt_path)
| 285 | return self.text_encoder(text=text, token=token, device=device) |
| 286 | |
| 287 | def load_pretrained(self, ckpt_path): |
| 288 | self.motion_encoder.load_pretrained(ckpt_path) |
| 289 | self.text_encoder.load_pretrained(ckpt_path) |
no test coverage detected