Instructions to use Ashiedu/mamba3-mimo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use Ashiedu/mamba3-mimo with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("Ashiedu/mamba3-mimo") - Notebooks
- Google Colab
- Kaggle
| --- | |
| library_name: kernels | |
| {% if license %}license: {{ license }} | |
| {% endif %}--- | |
| This is the repository card of {{ repo_id }} that has been pushed on the Hub. It was built to be used with the [`kernels` library](https://github.com/huggingface/kernels). This card was automatically generated. | |
| ## How to use | |
| {% if functions %} | |
| ```python | |
| # make sure `kernels` is installed: `pip install -U kernels` | |
| from kernels import get_kernel | |
| kernel_module = get_kernel("{{ repo_id }}", version={{ version }}) | |
| {{ functions[0] }} = kernel_module.{{ functions[0] }} | |
| {{ functions[0] }}(...) | |
| ``` | |
| {% else %} | |
| Usage example not available. | |
| {% endif %} | |
| ## Available functions | |
| {% if functions %} | |
| {% for func in functions %} | |
| - `{{ func }}` | |
| {% endfor %} | |
| {% else %} | |
| Function list not available. | |
| {% endif %} | |
| {% if layers %} | |
| ## Available layers | |
| {% for layer in layers %} | |
| - `{{ layer }}` | |
| {% endfor %} | |
| {% endif %} | |
| ## Benchmarks | |
| {% if has_benchmark %} | |
| Benchmarking script is available for this kernel. Run `kernels benchmark {{ repo_id }} --version {{ version }}`. | |
| {% else %} | |
| No benchmark available yet. | |
| {% endif %} | |
| {% if upstream %} | |
| ## Upstream | |
| The original source code for this kernel comes from {{ upstream }}. | |
| {% endif %} | |
| {% if source %} | |
| ## Source | |
| The kernel-builder formatted source for this kernel is available at {{ source }}. | |
| {% endif %} | |