Instructions to use kernels-community/sonic-moe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/sonic-moe with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/sonic-moe") - Notebooks
- Google Colab
- Kaggle
Uploaded using `kernel-builder`.
Browse files
README.md
CHANGED
|
@@ -20,7 +20,6 @@ KernelBackendMoE(...)
|
|
| 20 |
## Available functions
|
| 21 |
- `KernelBackendMoE`
|
| 22 |
- `MoE`
|
| 23 |
-
- `enable_quack_gemm`
|
| 24 |
- `moe_general_routing_inputs`
|
| 25 |
- `moe_TC_softmax_topk_layer`
|
| 26 |
|
|
|
|
| 20 |
## Available functions
|
| 21 |
- `KernelBackendMoE`
|
| 22 |
- `MoE`
|
|
|
|
| 23 |
- `moe_general_routing_inputs`
|
| 24 |
- `moe_TC_softmax_topk_layer`
|
| 25 |
|