Skip to content

Commit

Permalink
Merge pull request #3 from eltociear/patch-1
Browse files Browse the repository at this point in the history
docs: update README.md
  • Loading branch information
mzio authored Oct 16, 2024
2 parents 3a79283 + 1615c67 commit d2d47d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ We support a faster causal linear attention with the CUDA kernel from [https://g
}
```
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.
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.
Then, activate the conda environment (`conda activate lolcats`), navigate to `./csrc/`, and run `python setup.py install` within `./csrc/`, i.e.,
Expand Down

0 comments on commit d2d47d1

Please sign in to comment.