We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d14b3 commit ab4caa7Copy full SHA for ab4caa7
qa/L0_backend_fastertransformer/test.sh
@@ -43,10 +43,13 @@ rm -f $SERVER_LOG* $CLIENT_LOG*
43
RET=0
44
# install dependencies
45
apt-get update && \
46
- apt-get install -y --no-install-recommends python3-pip python3-protobuf
+ apt-get install -y --no-install-recommends python3 python3-pip python3-protobuf
47
python3 -m pip install --upgrade pip && \
48
pip3 install --upgrade numpy
49
50
+# install client libraries
51
+pip3 install tritonclient[all]
52
+
53
# Clone repo
54
git clone --single-branch --depth=1 -b ${FASTERTRANSFORMER_BRANCH_TAG} ${FASTERTRANSFORMER_BRANCH}
55
cd fastertransformer_backend
0 commit comments