residual_rms / README.md
drbh
feat: impl residual rms kernel repo
79aac9d
|
raw
history blame
514 Bytes
metadata
license: apache-2.0

Residual RMS for ROCM

Residual RMS kernels from residual_rms.

Development

This kernel can be built using the the HF Kernel Builder using the following the commands.

Build

nix build .#bundle -L

Dev shell

nix develop -L
pytest tests

Publish

git remote add origin [email protected]:kernels-community/residual_rms
git push -u origin main