Skip to content

Commit

Permalink
Merge branch 'master' into issue_205
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanainme authored Apr 23, 2020
2 parents ff5fdbd + 6669cc3 commit fc3a11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ For more information about the model archiver, see [Torch Model archiver for Tor
After you archive and store the model, use the `torchserve` command to serve the model.

```bash
torchserve --start --model-store model_store --models ~/model_store/densenet161=densenet161.mar
torchserve --start --model-store ~/model_store --models ~/model_store/densenet161=densenet161.mar
```

After you execute the `torchserve` command above, TorchServe runs on your host, listening for inference requests.
Expand Down

0 comments on commit fc3a11d

Please sign in to comment.