File size: 528 Bytes
79aac9d
 
3d0071f
 
79aac9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3d0071f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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
```