Skip to content

Commit

Permalink
doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed May 24, 2021
1 parent d1be158 commit 459b338
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 31 deletions.
2 changes: 1 addition & 1 deletion ci/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ phases:
commands:
- apt-get update
- apt-get install sudo -y
- python ts_scripts/install_dependencies.py --cuda=cu101 --environment=dev
- python ts_scripts/install_dependencies.py --cuda=cu102 --environment=dev

build:
commands:
Expand Down
27 changes: 0 additions & 27 deletions codebuild/README.md

This file was deleted.

4 changes: 3 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ Use `build_image.sh` script to build the docker images. The script builds the `p
|-b, --branch_name|Specify a branch name to use. Default: master |
|-g, --gpu|Build image with GPU based ubuntu base image|
|-bt, --buildtype|Which type of docker image to build. Can be one of : production, dev, codebuild|
|-t, --tag|Tag name for image. If not specified, script uses torchserv default tag names.|
|-t, --tag|Tag name for image. If not specified, script uses torchserve default tag names.|
|-cv, --cudaversion| Specify to cuda version to use. Supported values `cu92`, `cu101`, `cu102`, `cu111`. Default `cu102`|
|--codebuild| Set if you need [AWS CodeBuild](https://aws.amazon.com/codebuild/)|


**PRODUCTION ENVIRONMENT IMAGES**

Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ TorchServe is a flexible and easy to use tool for serving PyTorch models.
* [Metrics API](metrics_api.md) - How to configure metrics API
* [Batch inference with TorchServe](batch_inference_with_ts.md) - How to create and serve a model with batch inference in TorchServe
* [Model Zoo](model_zoo.md) - List of pre-trained model archives ready to be served for inference with TorchServe.
* [Examples](https://github.com/pytorch/serve/tree/master/examples) - Many examples of how to package and deploy models and workflows with TorchServe

## Advanced Features

Expand Down
2 changes: 0 additions & 2 deletions requirements_cu92.txt

This file was deleted.

0 comments on commit 459b338

Please sign in to comment.