You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ pip install -e .
35
35
```
36
36
37
37
> [!NOTE]
38
-
> Due to the default isolation building behavior of `pip install` (this applies on both "Install from PyPI" and "INstall from Source"), even if `nvcc -V` and `torch.version.cuda` gives the same CUDa version, you can still encounter the something like the following:
38
+
> Due to the default [isolation building behavior](https://github.com/vllm-project/vllm/issues/1453#issuecomment-1951453221) of `pip install` (this applies on both "Install from PyPI" and "Install from Source"), even if `nvcc -V` and `torch.version.cuda` gives the same CUDA version, you can still encounter the something like the following:
39
39
> ```bash
40
40
> RuntimeError:
41
41
> The detected CUDA version (11.8) mismatches the version that was used to compile
0 commit comments