Skip to content

Commit 67433e8

Browse files
authored
Merge pull request #27 from anarkiwi/v11
Add readme.
2 parents 0b459b1 + 7103311 commit 67433e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ For an example use, see [TorchServe's examples](https://github.com/pytorch/serve
66

77
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).
88

9+
## setuptools workaround
10+
11+
As of torchserve v11, you will need to add ```setuptools``` to your ```requirements.txt``` when generating a MAR file:
12+
13+
https://github.com/pytorch/serve/issues/3176
14+
915
## Platforms
1016

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

0 commit comments

Comments
 (0)