(self, image_embeds)
| 596 | torch.nn.LayerNorm(out_dim)) |
| 597 | |
| 598 | def forward(self, image_embeds): |
| 599 | clip_extra_context_tokens = self.proj(image_embeds) |
| 600 | return clip_extra_context_tokens |
| 601 | |
| 602 | |
| 603 |
nothing calls this directly
no outgoing calls
no test coverage detected