Skip to content

Commit d2d47d1

Browse files
authored
Merge pull request #3 from eltociear/patch-1
docs: update README.md
2 parents 3a79283 + 1615c67 commit d2d47d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ We support a faster causal linear attention with the CUDA kernel from [https://g
102102
}
103103
```
104104
105-
To build the kernel (`causal_dot_product`), first modify the GPU setup and C++ verisons in `./csrc/setup.py` to match that of your system.
105+
To build the kernel (`causal_dot_product`), first modify the GPU setup and C++ versions in `./csrc/setup.py` to match that of your system.
106106
107107
Then, activate the conda environment (`conda activate lolcats`), navigate to `./csrc/`, and run `python setup.py install` within `./csrc/`, i.e.,
108108

0 commit comments

Comments
 (0)