Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
dtunai authored Apr 11, 2024
1 parent 6492c45 commit 5165fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ triton==2.1.0
You can install the package using `pip3 install -e .`:

```bash
git clone https://github.com/simudt/Tri-RMSNorm
git clone https://github.com/attophyd/Tri-RMSNorm
cd Tri-RMSNorm
pip3 install -e .
```
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
setup(
name="tri_rmsnorm",
version="0.1.0",
author="Simu",
author_email="simudtai@gmail.com",
author="attophyd",
author_email="attophyd@gmail.com",
description="Packaged version of Griffin for Jax + Flax.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/simudt/RMSNorm-Triton",
url="https://github.com/attophyd/RMSNorm-Triton",
packages=find_packages(),
install_requires=install_requires,
classifiers=[
Expand Down

0 comments on commit 5165fe9

Please sign in to comment.