|
--- |
|
license: apache-2.0 |
|
tags: |
|
- kernel |
|
--- |
|
|
|
## Residual RMS for ROCM |
|
|
|
Residual RMS kernels from [residual_rms](https://github.com/huggingface/hf-rocm-kernels). |
|
|
|
# Development |
|
|
|
This kernel can be built using the the [HF Kernel Builder](https://github.com/huggingface/kernel-builder) using the following the commands. |
|
|
|
## Build |
|
|
|
```bash |
|
nix build .#bundle -L |
|
``` |
|
|
|
### Dev shell |
|
|
|
```bash |
|
nix develop -L |
|
pytest tests |
|
``` |
|
|
|
## Publish |
|
|
|
```bash |
|
git remote add origin [email protected]:kernels-community/residual_rms |
|
git push -u origin main |
|
``` |