Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi authored Jun 21, 2024
1 parent 67433e8 commit 7b02f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ 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
## NOTE: MAR setuptools workaround

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

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

Expand Down

0 comments on commit 7b02f70

Please sign in to comment.