Skip to content

Commit

Permalink
Merge branch 'master' into launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim authored Dec 13, 2021
2 parents b99100d + 51ff60b commit 9283e32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion binaries/conda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
```
3. Execute the following command to build torchserve conda packages
```
python build_packages.py --ts-wheel=/path/to/torchserve.whl --ma-wheel=/path/to/torch_model_archiver_wheel
# Build all packages
python build_packages.py
# Selectively build packages
python build_packages.py --ts-wheel=/path/to/torchserve.whl --ma-wheel=/path/to/torch_model_archiver_wheel --wa-wheel=/path/to/torch_workflow_archiver_wheel
```

The built conda packages are available in the `output` directory

0 comments on commit 9283e32

Please sign in to comment.