Instructions to use kernels-community/megablocks with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/megablocks with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/megablocks") - Notebooks
- Google Colab
- Kaggle
Implementation highly binded to gpt oss
#3
by zinccat - opened
The current implementation is highly binded to gpt oss, with forward using swiglu that is not exposed to user to change, there should be a better way to implement this for wider adoption