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
File size: 215 Bytes
bc2cb62 | 1 2 3 4 5 6 7 8 9 10 11 | {
inputs = {
kernel-builder.url = "github:huggingface/kernels";
};
outputs =
{ self, kernel-builder, ... }:
kernel-builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
};
} |