We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a080e commit 7e5b667Copy full SHA for 7e5b667
1 file changed
README.md
@@ -42,6 +42,13 @@ pip install -e .
42
> PyTorch (12.6). Please make sure to use the same CUDA versions.
43
> ```
44
> In this case, it might help to use `pip install --no-build-isolation` to force pip to build using your current virtual environment.
45
+>
46
+> Furthermore, sometimes it is also helpful to add `--no-cache-dir` flag to force a fresh install.
47
48
+> In summary, the most verbose way to install `sjlt` might be
49
+> ```bash
50
+> pip install --no-build-isolation --no-cache-dir sjlt
51
+> ```
52
53
## Quick Start
54
0 commit comments