We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edd406 commit 4099e70Copy full SHA for 4099e70
readme.md
@@ -50,7 +50,9 @@ Option A: Automatic (via extras)
50
Install the package with the tag matching your CUDA version (check via nvidia-smi):
51
52
# For CUDA 11.x
53
+```bash
54
python -m pip install "implicit_filter[gpu_c11] @ git+https://github.com/FESOM/implicit_filter.git"
55
+```
56
57
# For CUDA 12.x
58
```bash
0 commit comments