Khanin Udomchoksakul
Add optimized CUDA kernels (RMSNorm, MLP) and patched Qwen3 modeling file
e36ec14 verified
Raw
History Blame Contribute Delete
127 Bytes
from setuptools import setup
setup(
name="mlp_ext",
packages=["mlp_cuda"],
package_data={"mlp_cuda": ["*.so"]},
)