Skip to content

Commit

Permalink
Merge pull request #248 from saifrahmed/master
Browse files Browse the repository at this point in the history
Fixed type on --model-store location parameter on model serving instr…
  • Loading branch information
dhanainme authored Apr 23, 2020
2 parents 81786dc + e41ecb6 commit 6669cc3
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 @@ -140,7 +140,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 6669cc3

Please sign in to comment.