Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/source/serve/advanced-guides/dev-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Benefits:

- Self-contained Python is convenient for writing local integration tests.
- No need to deploy to a cloud provider or manage infrastructure.
- Supports a `_local_testing_mode` for faster development iterations and testing.

Drawbacks:

Expand Down
1 change: 1 addition & 0 deletions doc/source/serve/develop-and-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The flow for developing a Ray Serve application locally and deploying it in prod

* Converting a Machine Learning model into a Ray Serve application
* Testing the application locally
* Use `serve.run` with the `_local_testing_mode` flag for unit testing your application logic. This allows for faster iterations by running deployments in-process.
* Building Serve config files for production deployment
* Deploying applications using a config file

Expand Down