Instructions to use replicate/activation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use replicate/activation with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("replicate/activation") - Notebooks
- Google Colab
- Kaggle
fix: alt view
Browse files
README.md
CHANGED
|
@@ -3,9 +3,7 @@ tags:
|
|
| 3 |
- kernels
|
| 4 |
|
| 5 |
widget:
|
| 6 |
-
-
|
| 7 |
-
output:
|
| 8 |
-
url: media/benches_throughput.png
|
| 9 |
- text: latency
|
| 10 |
output:
|
| 11 |
url: media/benches_latency.png
|
|
@@ -16,6 +14,8 @@ widget:
|
|
| 16 |
|
| 17 |
<Gallery />
|
| 18 |
|
|
|
|
|
|
|
| 19 |
## Activation
|
| 20 |
|
| 21 |
Activation kernels from [vLLM](https://github.com/vllm-project/vllm/blob/main/csrc/activation_kernels.cu).
|
|
|
|
| 3 |
- kernels
|
| 4 |
|
| 5 |
widget:
|
| 6 |
+
- src: media/benches_throughput.png
|
|
|
|
|
|
|
| 7 |
- text: latency
|
| 8 |
output:
|
| 9 |
url: media/benches_latency.png
|
|
|
|
| 14 |
|
| 15 |
<Gallery />
|
| 16 |
|
| 17 |
+
<img src="media/benches_throughput.png" />
|
| 18 |
+
|
| 19 |
## Activation
|
| 20 |
|
| 21 |
Activation kernels from [vLLM](https://github.com/vllm-project/vllm/blob/main/csrc/activation_kernels.cu).
|