Instructions to use kernels-community/aiter-kernels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/aiter-kernels with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/aiter-kernels") - Notebooks
- Google Colab
- Kaggle
| import os | |
| this_dir = os.path.dirname(os.path.abspath(__file__)) | |
| AITER_TRITON_OPS_PATH = os.path.abspath(f"{this_dir}/../") | |
| AITER_TRITON_CONFIGS_PATH = os.path.abspath(f"{this_dir}/../configs") | |