We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50397d commit 1999742Copy full SHA for 1999742
pyproject.toml
@@ -56,10 +56,10 @@ sglang = [
56
"rank-llm[local]",
57
"sglang[all]~=0.4.0"
58
]
59
-tensorrt-llm = [
60
- "rank-llm[local]",
61
- "tensorrt-llm[all]>=0.14.0"
62
-]
+# tensorrt-llm is not declarable as a uv-resolvable extra because the PyPI
+# stub needs NVIDIA's index and the NVIDIA wheel carries git-URL deps that
+# uv rejects. Install manually:
+# pip install --extra-index-url https://pypi.nvidia.com/ 'rank-llm[local]' 'tensorrt-llm[all]>=0.14.0'
63
pyserini = [
64
"faiss-cpu>=1.8.0",
65
"pandas>=1.4.0",
@@ -98,7 +98,6 @@ all = [
98
"rank-llm[pyserini]",
99
"rank-llm[server]",
100
"rank-llm[sglang]",
101
- "rank-llm[tensorrt-llm]",
102
"rank-llm[training]",
103
"rank-llm[vllm]",
104
0 commit comments