You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: address maintainer review comments for JinaVLPooler
Address DarkLight1337's review feedback:
- Set logits_processing_needs_token_ids=True for V1 compatibility in both
"embed" and "encode" tasks
- Support "encode" task by returning PoolingParams() instead of None
- Update log message from "thread-safe pooling" to "vision-aware pooling"
to better reflect the actual functionality
- Remove unused seq_ids variable from _extract_token_ids_safe method
These changes ensure proper V1 compatibility and cleaner code structure.
Signed-off-by: Sigrid Jin (Sionic AI) <sigrid@sionic.ai>
0 commit comments