Instructions to use kernels-community/relu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/relu with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/relu") - Notebooks
- Google Colab
- Kaggle
Benchmarks uploaded using `kernels`.
Browse files- benchmarks/benchmark.py +0 -1
benchmarks/benchmark.py
CHANGED
|
@@ -26,4 +26,3 @@ class ReluBenchmark(Benchmark):
|
|
| 26 |
|
| 27 |
def verify_large(self) -> torch.Tensor:
|
| 28 |
return F.relu(self.x)
|
| 29 |
-
|
|
|
|
| 26 |
|
| 27 |
def verify_large(self) -> torch.Tensor:
|
| 28 |
return F.relu(self.x)
|
|
|