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
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ tags:
|
|
| 5 |
widget:
|
| 6 |
- text: throughput
|
| 7 |
output:
|
| 8 |
-
url: media/
|
| 9 |
- text: latency
|
| 10 |
output:
|
| 11 |
url: media/benches_latency.png
|
|
|
|
| 5 |
widget:
|
| 6 |
- text: throughput
|
| 7 |
output:
|
| 8 |
+
url: media/benches_throughput.png
|
| 9 |
- text: latency
|
| 10 |
output:
|
| 11 |
url: media/benches_latency.png
|