Skip to content

Commit 4099e70

Browse files
authored
Update readme with CUDA 11.x installation command
Added installation instructions for CUDA 11.x.
1 parent 3edd406 commit 4099e70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ Option A: Automatic (via extras)
5050
Install the package with the tag matching your CUDA version (check via nvidia-smi):
5151

5252
# For CUDA 11.x
53+
```bash
5354
python -m pip install "implicit_filter[gpu_c11] @ git+https://github.com/FESOM/implicit_filter.git"
55+
```
5456

5557
# For CUDA 12.x
5658
```bash

0 commit comments

Comments
 (0)