We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c6571 commit 7e5aa32Copy full SHA for 7e5aa32
pyproject.toml
@@ -191,3 +191,19 @@ filterwarnings = [
191
[tool.mypy]
192
files = "src"
193
ignore_missing_imports = true
194
+
195
+[tool.uv.sources]
196
+torch = [
197
+ { index = "pytorch-cu128", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
198
+]
199
+torchvision = [
200
201
202
+torchaudio = [
203
204
205
206
+[[tool.uv.index]]
207
+name = "pytorch-cu128"
208
+url = "https://download.pytorch.org/whl/cu128"
209
+explicit = true
0 commit comments