> for i, block in enumerate(self.h): > outputs = block(hidden_states) > hidden_states, present = outputs[:2] in this code , planmodel didn't use mask . it make seq can attention future context
in this code , planmodel didn't use mask .
it make seq can attention future context