Skip to content

Commit

Permalink
Remove reference to nvidia-pyindex (triton-inference-server#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayv25 authored Sep 14, 2021
1 parent 6aa4d38 commit d2fbad4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deploy/alibaba-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ Only processor and processor_params should be different from a normal EAS servic
## Query Triton service by python client
### Install triton's python client
```
pip3 install nvidia-pyindex
pip install tritonclient[all]
```
### A demo to query inception model
Expand Down
1 change: 0 additions & 1 deletion qa/L0_infer/install_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ apt-get update && \
python3-pip
pip3 install --upgrade pip
# install client libraries
pip3 install nvidia-pyindex
pip3 install tritonclient[all]

# Run the actual test
Expand Down

0 comments on commit d2fbad4

Please sign in to comment.