From 5503becb5308ca34062bc611a4a431815de5383c Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Mon, 13 Jun 2022 21:03:00 +0200 Subject: [PATCH] chore: fix docs --- docs/index.md | 16 +++++++++++++--- docs/playground/colab.md | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7b8cfff76..76f909929 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,14 +62,14 @@ pip install clip-client ```` -````{tab} Server +````{tab} Server (PyTorch) ```bash pip install clip-server ``` ```` -````{tab} Server with ONNX support +````{tab} Server (ONNX) ```bash pip install "clip_server[onnx]" @@ -78,12 +78,22 @@ pip install "clip_server[onnx]" ```` -````{tab} Server with TensorRT support +````{tab} Server (TensorRT) ```bash pip install nvidia-pyindex pip install "clip_server[tensorrt]" ``` +```` + +````{tab} Server on Google Colab + +```{button-link} https://colab.research.google.com/github/jina-ai/clip-as-service/blob/main/docs/playground/cas-on-colab.ipynb +:color: primary +:align: center + +{octicon}`link-external` Open the notebook on Google Colab +``` ```` diff --git a/docs/playground/colab.md b/docs/playground/colab.md index b22d5f7ab..e799acbe1 100644 --- a/docs/playground/colab.md +++ b/docs/playground/colab.md @@ -30,7 +30,7 @@ Please follow the walk-through there. Enjoy the free GPU/TPU to build your aweso ```{tip} -Hosing service on Google Colab is not recommended if you server aims to be long-live or permanent. It is often used for quick experimentm, demostration or simply leveraging its GPU/TPU. For stable, secure and free hosting of Jina apps, please check out [Jcloud](https://docs.jina.ai/fundamentals/jcloud/). +Hosing service on Google Colab is not recommended if you server aims to be long-live or permanent. It is often used for quick experiment, demonstration or leveraging its free GPU/TPU. For stable, secure and free hosting of Jina apps, please check out [Jcloud](https://docs.jina.ai/fundamentals/jcloud/). ```