Skip to content

Commit

Permalink
chore: update index html (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed May 9, 2022
1 parent a165107 commit ce5806d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/index.md
Expand Up @@ -35,6 +35,15 @@ pip install "clip_server[onnx]"
````


````{tab} Server with TensorRT support
```bash
pip install nvidia-pyindex
pip install "clip_server[tensorrt]"
```
````


## Quick check

Expand All @@ -54,6 +63,12 @@ python -m clip_server onnx-flow.yml
```
````

````{tab} Run TensorRT Server
```bash
python -m clip_server tensorrt-flow.yml
```
````

At the first time, it will download the default pretrained model, which may take a minute. Then you will get the following address information:

```text
Expand Down

0 comments on commit ce5806d

Please sign in to comment.