Skip to content

Commit

Permalink
Merge pull request #27 from anarkiwi/v11
Browse files Browse the repository at this point in the history
Add readme.
  • Loading branch information
anarkiwi authored Jun 20, 2024
2 parents 0b459b1 + 7103311 commit 67433e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ For an example use, see [TorchServe's examples](https://github.com/pytorch/serve

Instead of starting torchserve as given in the example, start it with a docker command, as follows for your platform (where your model is stored as a ```.mar``` file, in a ```model_store``` subdirectory of the directory where you are starting torchserve).

## setuptools workaround

As of torchserve v11, you will need to add ```setuptools``` to your ```requirements.txt``` when generating a MAR file:

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

## Platforms

* [iqtlabs/torchserve](https://hub.docker.com/r/iqtlabs/torchserve): CPU only, for arm64 (includes Pi4 and Apple) and amd64.
Expand Down

0 comments on commit 67433e8

Please sign in to comment.