Skip to content

Commit

Permalink
Merge pull request #29 from anarkiwi/v111
Browse files Browse the repository at this point in the history
Torchserve v11.1
  • Loading branch information
anarkiwi authored Jul 30, 2024
2 parents f8307d5 + 245b22a commit d8892c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ As of torchserve v11, you will need to add ```setuptools==69.5.1``` to your ```r

https://github.com/pytorch/serve/issues/3176

## NOTE: token authorization

As of torchserve v11.1, token authorization is on. Add ```--disable-token-auth``` to turn it off.

## Platforms

* [iqtlabs/torchserve](https://hub.docker.com/r/iqtlabs/torchserve): CPU only, for arm64 (includes Pi4 and Apple) and amd64.
Expand Down
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.11.0
git clone --depth=1 https://github.com/pytorch/serve -b v0.11.1

0 comments on commit d8892c6

Please sign in to comment.