Instructions to use danieldk/wrong-sha1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use danieldk/wrong-sha1 with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("danieldk/wrong-sha1") - Notebooks
- Google Colab
- Kaggle
| { | |
| description = "Flake for Torch kernel extension"; | |
| inputs = { | |
| kernel-builder.url = "github:huggingface/kernel-builder"; | |
| }; | |
| outputs = { self, kernel-builder, }: | |
| kernel-builder.lib.genFlakeOutputs { | |
| path = ./.; | |
| rev = self.shortRev or self.dirtyShortRev or self.lastModifiedDate; | |
| }; | |
| } | |