Commit f24db3b
Use CPU-only PyTorch index to speed up dev dependency installation
torch and torchvision are transitive dependencies of vws-python-mock.
By default uv resolves them from PyPI, which provides CUDA-enabled wheels
on Linux (~916 MB for torch). Redirecting to the pytorch CPU-only index
reduces torch to ~189 MB — a 727 MB saving per cold-cache install.
Following: https://vws-python.github.io/vws-python-mock/installation.html#faster-installation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ba0de56 commit f24db3b
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| |||
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
109 | 119 | | |
110 | 120 | | |
111 | 121 | | |
| |||
277 | 287 | | |
278 | 288 | | |
279 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
280 | 297 | | |
281 | 298 | | |
282 | 299 | | |
| |||
0 commit comments