Skip to content

Commit 4bbdd91

Browse files
authored
Update README.md
1 parent 177c247 commit 4bbdd91

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The implementation shows optimal performance on large language model configurati
9595

9696
```bash
9797
# Clone the repository
98-
git clone https://github.com/yourusername/fused-layernorm-cuda.git
98+
git clone https://github.com/JonSnow1807/fused-layernorm-cuda.git
9999
cd fused-layernorm-cuda
100100

101101
# Install the package
@@ -261,7 +261,7 @@ Contributions are welcome! Please feel free to submit a Pull Request. For major
261261

262262
```bash
263263
# Clone and install in development mode
264-
git clone https://github.com/yourusername/fused-layernorm-cuda.git
264+
git clone https://github.com/JonSnow1807/Fused-LayerNorm-CUDA-Operator.git
265265
cd fused-layernorm-cuda
266266
pip install -e ".[dev]"
267267

@@ -276,9 +276,9 @@ If you use this implementation in your research, please cite:
276276
```bibtex
277277
@software{fused_layernorm_cuda,
278278
title = {Fused LayerNorm CUDA Operator for PyTorch},
279-
author = {Your Name},
280-
year = {2024},
281-
url = {https://github.com/yourusername/fused-layernorm-cuda},
279+
author = {Chinmay Shrivastava},
280+
year = {2025},
281+
url = {[https://github.com/JonSnow1807/fused-layernorm-cuda](https://github.com/JonSnow1807/Fused-LayerNorm-CUDA-Operator)},
282282
note = {Achieving 1.46x speedup over PyTorch native implementation}
283283
}
284284
```
@@ -326,6 +326,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
326326

327327
<div align="center">
328328

329-
**[⭐ Star this repository](https://github.com/yourusername/fused-layernorm-cuda)** if you find it useful!
329+
**[⭐ Star this repository]([https://github.com/yourusername/fused-layernorm-cuda](https://github.com/JonSnow1807/Fused-LayerNorm-CUDA-Operator))** if you find it useful!
330330

331331
</div>

0 commit comments

Comments
 (0)