Revert "Add the layer norm files. (#222)" (#223)

This reverts commit c8459d199d.
This commit is contained in:
Laurent Mazare
2023-07-22 17:51:11 +02:00
committed by GitHub
parent c8459d199d
commit 5f20acf080
9 changed files with 0 additions and 1532 deletions

View File

@ -2,7 +2,3 @@
This crate contains CUDA kernels used from candle. Some of these implementations
come from the [dfdx crate](https://github.com/coreylowman/dfdx).
The `ln*` files come from the [flash-attention
repo](https://github.com/Dao-AILab/flash-attention) and have been edited so as
to compile without including the PyTorch codebase.