# Isolated dependencies for jina_reranker_v3 reranker backend. # # Keep this stack aligned with the validated CUDA runtime on our hosts. # On this machine, torch 2.11.0 + cu130 fails CUDA init, while torch 2.10.0 + cu128 works. # Cap transformers <5 to stay on the same family as the known-good reranker envs. -r requirements_reranker_base.txt torch==2.10.0 transformers>=4.51.0,<5