Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -3,8 +3,8 @@ license: mit
|
|
3 |
---
|
4 |
# triton-kernels
|
5 |
|
6 |
-
triton-kernels is a set of kernels that enable fast moe on different
|
7 |
-
|
8 |
|
9 |
Original code here https://github.com/triton-lang/triton/tree/main/python/triton_kernels
|
|
|
10 |
The current version is the following commit 7d0efaa7231661299284a603512fce4fa255e62c
|
|
|
3 |
---
|
4 |
# triton-kernels
|
5 |
|
6 |
+
triton-kernels is a set of kernels that enable fast moe on different architectures. These kernels are compatible with different precision (e.g bf16, mxfp4)
|
|
|
7 |
|
8 |
Original code here https://github.com/triton-lang/triton/tree/main/python/triton_kernels
|
9 |
+
|
10 |
The current version is the following commit 7d0efaa7231661299284a603512fce4fa255e62c
|