Instructions to use kernels-community/torch_harmonics_attn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/torch_harmonics_attn with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/torch_harmonics_attn") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Torch Harmonics Attn
|
| 2 |
|
| 3 |
Attention mechanisms for the Spherical Harmonics basis using the torch-harmonics package : https://github.com/NVIDIA/torch-harmonics/tree/main/torch_harmonics/attention
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- kernels
|
| 4 |
+
- cuda
|
| 5 |
+
---
|
| 6 |
## Torch Harmonics Attn
|
| 7 |
|
| 8 |
Attention mechanisms for the Spherical Harmonics basis using the torch-harmonics package : https://github.com/NVIDIA/torch-harmonics/tree/main/torch_harmonics/attention
|