Instructions to use Pq234/activation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use Pq234/activation with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("Pq234/activation") - Notebooks
- Google Colab
- Kaggle
File size: 104 Bytes
19d9bad | 1 2 3 4 5 6 | from kernels.benchmarks import SiluAndMulBenchmark
class SiluWorkloads(SiluAndMulBenchmark):
pass
|