trainers/catex.py (3 lines): - line 59: ctx_len = prompts.shape[1] # TODO: compatible for dynamic context length - line 123: else: ## TODO: compatible for pre-trained weights - line 864: if self.cfg.TRAINER.OOD_PROMPT: # TODO: not implemented clip/model.py (1 line): - line 182: if self.attn_mask is not None: # TODO: compatible for dynamic context length