Instructions to use Ashiedu/fused-split with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use Ashiedu/fused-split with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("Ashiedu/fused-split") - Notebooks
- Google Colab
- Kaggle
| { | |
| inputs = { | |
| kernel-builder.url = "github:huggingface/kernels"; | |
| }; | |
| outputs = | |
| { self, kernel-builder, ... }: | |
| kernel-builder.lib.genKernelFlakeOutputs { | |
| inherit self; | |
| path = ./.; | |
| }; | |
| } |