Instructions to use kernels-community/mamba-ssm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/mamba-ssm with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/mamba-ssm") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by lysandre HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
## Mamba
|
|
@@ -11,4 +13,4 @@ Mamba state space kernels + models from [state-spaces/mamba](https://github.com/
|
|
| 11 |
Some functionality is dependent on `einops` and `transformers`, however we
|
| 12 |
currently don't have any way of defining these dependencies yet. The scope
|
| 13 |
of the Hub kernel is probably too large (should maybe only contain the
|
| 14 |
-
selective-scan and Triton kernels).
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- kernel
|
| 5 |
---
|
| 6 |
|
| 7 |
## Mamba
|
|
|
|
| 13 |
Some functionality is dependent on `einops` and `transformers`, however we
|
| 14 |
currently don't have any way of defining these dependencies yet. The scope
|
| 15 |
of the Hub kernel is probably too large (should maybe only contain the
|
| 16 |
+
selective-scan and Triton kernels).
|