Skip to content

Commit

Permalink
Merge pull request #24 from anarkiwi/v11
Browse files Browse the repository at this point in the history
Torchserve v11.
  • Loading branch information
rashley-iqt authored Jun 20, 2024
2 parents c2a2958 + c0e4c8e commit 0b459b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion torchserve/clone-torchserve.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
git clone --depth=1 https://github.com/pytorch/serve -b v0.10.0
git clone --depth=1 https://github.com/pytorch/serve -b v0.11.0
2 changes: 1 addition & 1 deletion torchserve/install-common.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
apt-get update && apt-get install -yq curl wget jq
pip install opencv-python pandas py-cpuinfo scipy seaborn thop
pip install opencv-python pandas py-cpuinfo scipy seaborn setuptools thop

0 comments on commit 0b459b1

Please sign in to comment.