residual_rms / README.md
lysandre's picture
lysandre HF staff
Update README.md
3d0071f verified
|
raw
history blame
528 Bytes
metadata
license: apache-2.0
tags:
  - kernel

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