Commit 87f3db8
Mark Saroufim
Fix causal-conv1d build: use --no-build-isolation to avoid CUDA mismatch
uv's build isolation installs torch from default PyPI (cu128) instead
of the cu130 system torch, causing the CUDA version check to fail.
Using --no-build-isolation makes the build use the system torch.1 parent 5ce7b4a commit 87f3db8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments