Instructions to use cahlen/lyapunov-spectrum-cuda with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use cahlen/lyapunov-spectrum-cuda with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("cahlen/lyapunov-spectrum-cuda") - Notebooks
- Google Colab
- Kaggle
| [general] | |
| name = "lyapunov_spectrum" | |
| universal = false | |
| [torch] | |
| src = ["torch-ext/torch_binding.cpp", "torch-ext/torch_binding.h"] | |
| [kernel.lyapunov_spectrum] | |
| backend = "cuda" | |
| cuda-capabilities = ["8.0", "9.0", "10.0", "12.0"] | |
| src = ["lyapunov_spectrum/lyapunov_spectrum.cu"] | |
| depends = ["torch"] | |