Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jun 13, 2022
1 parent 909cdb1 commit 5503bec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand All @@ -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
```
````

Expand Down
2 changes: 1 addition & 1 deletion docs/playground/colab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
```


Expand Down

0 comments on commit 5503bec

Please sign in to comment.