We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c35948 commit 314f2e7Copy full SHA for 314f2e7
pyproject.toml
@@ -123,19 +123,18 @@ check_untyped_defs = true
123
follow_imports = "silent"
124
125
[tool.uv]
126
+index-strategy = "unsafe-best-match"
127
required-environments = [
128
"sys_platform == 'linux' and platform_machine == 'x86_64'"
129
]
130
131
[[tool.uv.index]]
132
name = "vllm-cpu"
133
url = "https://wheels.vllm.ai/0.13.0/cpu"
-explicit = true
134
135
136
name = "pytorch-cpu"
137
url = "https://download.pytorch.org/whl/cpu"
138
139
140
[tool.uv.sources]
141
vllm = { index = "vllm-cpu" }
0 commit comments