mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
![]() Adds the following interfaces (without implementation, for discussion / approval): - `serve.Application` - `serve.DeploymentNode` - `serve.DeploymentMethodNode`, `serve.DAGHandle`, and `serve.drivers.PipelineDriver` - `serve.run` & `serve.build` In addition to these Python APIs, we will also support the following CLI commands: - `serve run [--blocking=true] my_file:my_node_or_app # Uses Ray client, blocking by default.` - `serve build my_file:my_node output_path.yaml` - `serve deploy [--blocking=false] # Uses REST API, non-blocking by default.` - `serve status [--watch=false] # Uses REST API, non-blocking by default.` |
||
---|---|---|
.. | ||
ray | ||
requirements | ||
asv.conf.json | ||
build-wheel-macos-arm64.sh | ||
build-wheel-macos.sh | ||
build-wheel-manylinux2014.sh | ||
build-wheel-windows.sh | ||
MANIFEST.in | ||
README-building-wheels.md | ||
requirements.txt | ||
requirements_linters.txt | ||
requirements_ml_docker.txt | ||
setup.py |